Add contrib-clean to Grunt.

We should clean 'min' directory before build.
This commit is contained in:
Hyunje Alex Jun
2013-06-18 18:46:40 +09:00
parent 7e5b225d61
commit dd89f14243
2 changed files with 7 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-csslint": "~0.1.2"
"grunt-contrib-csslint": "~0.1.2",
"grunt-contrib-clean": "~0.4.1"
}
}