You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Reviewing
One of the many benefits of using Ember-cli is that WebSockets can be used to update your browser whenever changes to your code are saved.
##Building for deployment
To initiate a build, open your terminal or command prompt, cd to the directory containing your clone of this repository and execute the following command:
grunt
##Deploying
One the build has completed, production code can be located in the "/dist" folder.