Added clean task

This commit is contained in:
Luis Leiva 2015-09-21 14:11:41 +02:00
parent d2ffd6079f
commit 691911a3a8
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
"devDependencies": { "devDependencies": {
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1", "grunt-contrib-concat": "^0.5.1",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-uglify": "^0.9.1" "grunt-contrib-uglify": "^0.9.1"
} }
} }