From: Stas Vilchik Date: Fri, 15 May 2015 09:51:53 +0000 (+0200) Subject: add grunt task for quick build (no minification) X-Git-Tag: 5.2-RC1~1952 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2ef5c567c71de7dc24c220261b9184aaacf51b49;p=sonarqube.git add grunt task for quick build (no minification) --- diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index ba4233e66ad..959a5d99c6d 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -502,6 +502,9 @@ module.exports = (grunt) -> ['dev', 'express:test', 'casper:testfile'] # tasks used by Maven build (see pom.xml) + grunt.registerTask 'maven-quick-build', + ['dev'] + grunt.registerTask 'maven-build-skip-tests-true-nocoverage', ['build']