Sample App created using angularAMD
To setup and run this project, do the following:
npm install
grunt setup
grunt build
grunt devel
To create an r.js
optimised version of the code in under the build
directory. Note that JS script at this stage is
left in the un-minimized state. This will allow further testing making sure that optimised code is done correctly and
works.
grunt build
To create a final version to be deployed. The code will be source from the build
directory and only the needed
files are copied and minified to the dist
directory.
grunt deploy