added folder clean up to grunt

removed unused tasks
This commit is contained in:
kay.one 2013-05-01 00:01:17 -07:00 committed by Keivan Beigi
commit 2683a3ca12
2 changed files with 8 additions and 18 deletions

View file

@ -16,14 +16,12 @@
"readmeFilename": "readme.md",
"dependencies": {
"grunt": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-handlebars": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-less": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-wrap": "*",
"grunt-curl": "*",
"grunt-notify": "*"
"grunt-notify": "*",
"grunt-clean": "*"
}
}