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
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 fileapplication.min.js
, also removed the watch command cited