From: Simon Brandhof Date: Wed, 7 May 2014 20:27:34 +0000 (+0200) Subject: Try to remove some false-positives in Grunt clean task X-Git-Tag: 4.4-RC1~1167 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=674e467d67e167884698d02bc68fe7b8563ca9a1;p=sonarqube.git Try to remove some false-positives in Grunt clean task --- diff --git a/sonar-server/Gruntfile.coffee b/sonar-server/Gruntfile.coffee index c4387bffef0..4f798ddd1b6 100644 --- a/sonar-server/Gruntfile.coffee +++ b/sonar-server/Gruntfile.coffee @@ -203,6 +203,9 @@ module.exports = (grunt) -> clean: + options: { + force: true + }, css: ['<%= pkg.assets %>css/'] js: ['<%= pkg.assets %>js/'] build: ['<%= pkg.assets %>build/']