diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-05-07 22:27:34 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-05-07 22:27:34 +0200 |
commit | 674e467d67e167884698d02bc68fe7b8563ca9a1 (patch) | |
tree | 77addbbc96b4ae59a9fe2883d8f7a504652a2792 | |
parent | 62e1130a48649c6b061e934214043cd693560556 (diff) | |
download | sonarqube-674e467d67e167884698d02bc68fe7b8563ca9a1.tar.gz sonarqube-674e467d67e167884698d02bc68fe7b8563ca9a1.zip |
Try to remove some false-positives in Grunt clean task
-rw-r--r-- | sonar-server/Gruntfile.coffee | 3 |
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/'] |