We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a06b66 commit ef45c32Copy full SHA for ef45c32
Gruntfile.js
@@ -60,7 +60,9 @@ module.exports = function(grunt) {
60
'dist/css/annotate.min.css': ['css/annotation.css']
61
}
62
63
- }
+ },
64
+
65
+ clean: ['dist']
66
67
});
68
package.json
@@ -3,6 +3,7 @@
3
"version": "0.0.0",
4
"devDependencies": {
5
"grunt": "^0.4.5",
6
+ "grunt-contrib-clean": "^0.6.0",
7
"grunt-contrib-concat": "^0.5.0",
8
"grunt-contrib-copy": "^0.7.0",
9
"grunt-contrib-cssmin": "^0.10.0",
0 commit comments