From 266b4163a0aa7cbd1277cad8aa7810b17d2160c0 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Thu, 9 Apr 2015 16:56:58 +0200 Subject: [PATCH] Debug : do not remove chill.js by grunt --- Resources/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Gruntfile.js b/Resources/Gruntfile.js index b95d7b704..ecb0cdddd 100644 --- a/Resources/Gruntfile.js +++ b/Resources/Gruntfile.js @@ -125,7 +125,7 @@ module.exports = function(grunt) { }, clean: { /*css: ['<%= chill.folders.css %>*', '!<%= chill.folders.css %>sass/_custom.scss'], */ - js: ['<%= chill.folders.js %>*', '!<%= chill.folders.js %>/main.js'], + js: ['<%= chill.folders.js %>/select2*', '<%= chill.folders.js %>/pikaday*', '<%= chill.folders.js %>/moment*', '<%= chill.folders.js %>/jquery*'], chill_standard: ['../../../../web/bundles/chillmain/'], bowerDir: ['<%= chill.folders.bower %>'] }