aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-05-07 22:27:34 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-05-07 22:27:34 +0200
commit674e467d67e167884698d02bc68fe7b8563ca9a1 (patch)
tree77addbbc96b4ae59a9fe2883d8f7a504652a2792
parent62e1130a48649c6b061e934214043cd693560556 (diff)
downloadsonarqube-674e467d67e167884698d02bc68fe7b8563ca9a1.tar.gz
sonarqube-674e467d67e167884698d02bc68fe7b8563ca9a1.zip
Try to remove some false-positives in Grunt clean task
-rw-r--r--sonar-server/Gruntfile.coffee3
1 files changed, 3 insertions, 0 deletions
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/']