]> source.dussan.org Git - sonarqube.git/commitdiff
Clean up gruntfile
authorStas Vilchik <vilchiks@gmail.com>
Fri, 25 Jul 2014 14:03:44 +0000 (16:03 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 28 Jul 2014 08:33:55 +0000 (10:33 +0200)
server/sonar-web/Gruntfile.coffee

index cafe5616b9bb6cc545e25099574d98b836e8b06b..9fd22feb5db0b7b1434ea54c043a1dbecadf1224 100644 (file)
@@ -271,10 +271,6 @@ module.exports = (grunt) ->
           'no-colors': true
           concise: true
         src: ['<%= pkg.sources %>js/tests/e2e/tests/**/*.js']
-      cw:
-        options:
-          test: true
-        src: ['<%= pkg.sources %>js/tests/e2e/tests/component-viewer-spec.js']
       single:
         options:
           test: true
@@ -335,8 +331,5 @@ module.exports = (grunt) ->
   grunt.registerTask 'test', ['clean:js', 'coffee:build', 'handlebars:build', 'copy:js', 'concat:dev',
                               'express:test', 'casper:test']
 
-  grunt.registerTask 'cw', ['clean:js', 'coffee:build', 'handlebars:build', 'copy:js', 'concat:dev',
-                            'express:test', 'casper:cw']
-
   grunt.registerTask 'single', ['clean:js', 'coffee:build', 'handlebars:build', 'copy:js', 'concat:dev',
                             'express:test', 'casper:single']