Added watch and notification to grunt
Showing
... | ... | @@ -5,10 +5,13 @@ |
"devDependencies" : { | ||
"grunt-bower-task": "latest", | ||
"grunt": "latest", | ||
"which": "latest", | ||
"grunt-contrib-uglify": "latest", | ||
"grunt-contrib-concat": "latest", | ||
"grunt-contrib-jshint": "latest", | ||
"grunt-contrib-concat": "latest", | ||
"grunt-contrib-clean": "latest", | ||
"grunt-contrib-watch": "latest", | ||
"grunt-notify": "latest", | ||
"grunt-bump": "latest" | ||
}, | ||
"repository": { | ||
... | ... |
Please register or sign in to comment