From 22818c01a372acb3cac9232105a73def8765d49b Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Mon, 17 Nov 2014 09:34:44 +0100 Subject: [PATCH] Adding clean:bowerDir command --- Resources/Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Gruntfile.js b/Resources/Gruntfile.js index a84b15120..77a614ccd 100644 --- a/Resources/Gruntfile.js +++ b/Resources/Gruntfile.js @@ -109,6 +109,7 @@ module.exports = function(grunt) { }, clean: { css: ['<%= chill.folders.css.dist %>/*.css'], + bowerDir: ['<%= chill.folders.bower %>'] } });