alexferreira / ember-gen

Ember App Generator
37 stars 4 forks source link

Proposal LiveReload #4

Closed alexferreira closed 11 years ago

alexferreira commented 11 years ago

Create the command ember server to be used in developing this command will start a server in development mode, along with an observer that will build the file application.js uncompressed automatically each change and make a reload in the browser.

the command ember build would be modified to build the compressed file used in production, the generated file application.min.js, also removed the watch command cited

suissa commented 11 years ago

Very nice idea, will be very useful!