diff --git a/Gruntfile.js b/Gruntfile.js index 9bf6bf6..101cf79 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -51,6 +51,7 @@ module.exports = function (grunt) { } }, clean: { + options: { force: true }, build: ['target/style.*.css'], target: ['target/'] },