alexferreira / ember-gen

Ember App Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proposal LiveReload

alexferreira opened this issue · comments

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

Very nice idea, will be very useful!