improved grunt build
Showing
| ... | ... | @@ -4,8 +4,13 @@ |
| "version": "0.0.1", | ||
| "devDependencies": { | ||
| "grunt": "0.4.5", | ||
| "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": "*" | ||
| "grunt-contrib-uglify": "^1.0.1", | ||
| "grunt-ng-annotate": "^2.0.1", | ||
| "grunt-ngmin": "0.0.3" | ||
| } | ||
| } | ||
| \ No newline at end of file | ||
| } |
Please
register
or
sign in
to comment