Skip to content

Instantly share code, notes, and snippets.

@rwjblue
Last active October 10, 2016 23:01
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rwjblue/9216101d3d15a9134bdd to your computer and use it in GitHub Desktop.
Save rwjblue/9216101d3d15a9134bdd 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.

@wagenet
Copy link

wagenet commented Apr 22, 2016

Try git clone https://github.com/emberjs/ember.js

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