Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dhaulagiri/12e7ffbd959b0fcc53ac to your computer and use it in GitHub Desktop.
Save Dhaulagiri/12e7ffbd959b0fcc53ac to your computer and use it in GitHub Desktop.
Developing on Ember master (linked locally), with an Ember CLI application.

From a terminal run the following commands:

git clone git@github.com:emberjs/ember.js
cd ember.js
npm install
npm start

While that is running open another terminal and run the following (starting from the ember.js folder you cloned a moment ago):

cd dist
bower link

Now navigate to your Ember CLI application, and run:

bower link ember

Now the changes you make to the ember.js repo, should be reflected live in your running Ember CLI project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment