A sample user/role manger app for testing out AngularJS/Java Spring MVC features
npm installgruntmvn tomcat7:run
- Java:
mvn test
default: runs the package commandpackage: runs bower install and copies the non-minified libraries to resources/lib folderbuild: runs the clean command to remove any previous build files, jshint, concat, less, and usemin.concattakes all the files in the build.js block of the index.jsp files and concatenates them together and places it in resources/scripts/build.js.lesscompiles the master.less and places the resulted css file in resources/css/build.css. Finally,useminreplaces the less file and angular files with the compiled build files.