Define concat in grant task
Showing
... | ... | @@ -21,9 +21,11 @@ |
"readmeFilename": "README.md", | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-jshint": "~0.7.1", | ||
"grunt-contrib-concat": "~0.5.0", | ||
"grunt-contrib-jasmine": "~0.5.2", | ||
"load-grunt-tasks": "~0.2.0", | ||
"grunt-contrib-uglify": "~0.4.0" | ||
"grunt-contrib-jshint": "~0.7.1", | ||
"grunt-contrib-uglify": "~0.4.0", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"load-grunt-tasks": "~0.2.0" | ||
} | ||
} |
Please
register
or
sign in
to comment