Merge branch 'grunt' into 'auth'
Grunt See merge request !1
Showing
Gruntfile.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "MyApp", | |||
| "title": "My App", | |||
| "version": "0.0.1", | |||
| "devDependencies": { | |||
| "grunt": "0.4.5", | |||
| "grunt-contrib-clean": "^1.0.0", | |||
| "grunt-contrib-concat": "^1.0.0", | |||
| "grunt-contrib-copy": "^1.0.0", | |||
| "grunt-contrib-cssmin": "*", | |||
| "grunt-contrib-htmlmin": "^1.0.0", | |||
| "grunt-contrib-jshint": "*", | |||
| "grunt-contrib-uglify": "^1.0.1", | |||
| "grunt-ng-annotate": "^2.0.1", | |||
| "grunt-ngmin": "0.0.3" | |||
| } | |||
| } |
Please
register
or
sign in
to comment