1.0.3 • Published 9 years ago
gruntfile-convention-angular v1.0.3
An easier way to build with grunt.
With convention over configuration you don't need a large Gruntfile and package.json.
You will get the following for "free":
- Testing with jasmine and PhantomJS
- Bower installation and inclusion
- LESS
- JSHint
- HTML validation
- angular templtes to js
- ng annotations
- js minification
- css minification
- html minification
- cache busting
Firstly
npm installRun tests
grunt testRun http server:
grunt runBuild distribution
grunt distFile structure convention
- src
- assets
- js
- less
- templates (angular templates end in .tmpl)
- test
- package.json
- gruntfile.js
- bower.json