]> source.dussan.org Git - sonarqube.git/commitdiff
add combined dev&watch grunt task
authorStas Vilchik <vilchiks@gmail.com>
Wed, 25 Feb 2015 11:26:25 +0000 (12:26 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 25 Feb 2015 11:26:25 +0000 (12:26 +0100)
server/sonar-web/Gruntfile.coffee

index afccb976edd546f7cc3e1a5ed658830308744d5a..29b2f98eb1458613bb39198edb437fe67b3da655 100644 (file)
@@ -409,6 +409,9 @@ module.exports = (grunt) ->
   grunt.registerTask 'default',
       ['build']
 
+  grunt.registerTask 'dw',
+      ['dev', 'watch']
+
   grunt.registerTask 'test',
       ['dev', 'express:test', 'casper:test']