Skip to content

Commit ef45c32

Browse files
committed
add clean task
1 parent 7a06b66 commit ef45c32

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gruntfile.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ module.exports = function(grunt) {
6060
'dist/css/annotate.min.css': ['css/annotation.css']
6161
}
6262
}
63-
}
63+
},
64+
65+
clean: ['dist']
6466

6567
});
6668

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.0",
44
"devDependencies": {
55
"grunt": "^0.4.5",
6+
"grunt-contrib-clean": "^0.6.0",
67
"grunt-contrib-concat": "^0.5.0",
78
"grunt-contrib-copy": "^0.7.0",
89
"grunt-contrib-cssmin": "^0.10.0",

0 commit comments

Comments
 (0)