GitXplorerGitXplorer
m

ember-run-loop-visual

public
28 stars
11 forks
1 issues

Commits

List of commits on branch master.
Unverified
5114f73d9d0443d60779e2787fb69ad0151250b8

Merge pull request #2 from heyjinkim/master

mmachty committed 11 years ago
Unverified
2e796e1a7ea5a5364fc368336cfa097dd037cd0b

scheduleOnce :boom:

hheyjinkim committed 11 years ago
Unverified
ea11cc9c652628c81751fb40a6964d9c10df289a

typo

mmachty committed 11 years ago
Unverified
8d8ca7c34c08ce0325591df786632afdc3348764

Step through one at a time, other refinements

mmachty committed 11 years ago
Unverified
e45a00fb14a946286f190eeda3724222e547a16d

Merge pull request #1 from heyjinkim/master

mmachty committed 11 years ago
Unverified
68f379fcbd9d96060a5154453aafcd9eaa72bf8c

README: added 'bower install'

hheyjinkim committed 11 years ago

README

The README file for this repository.

Ember Run Loop, Visualized

See it live here.

Building

Clone this repo, cd in the new directory, then:

npm install
bower install

To run a local server:

grunt server

To build for deployment:

grunt build:dist