diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-07-25 16:03:44 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-07-28 10:33:55 +0200 |
commit | 2e6fcca931e81b1c926c9ea2b1562eaacff2b9c2 (patch) | |
tree | f0da6fdf40aeee957000736f2156b8ac89b4c6ef /server/sonar-web/Gruntfile.coffee | |
parent | de9982f4fe9a7dfd477491584d6710709583bd0e (diff) | |
download | sonarqube-2e6fcca931e81b1c926c9ea2b1562eaacff2b9c2.tar.gz sonarqube-2e6fcca931e81b1c926c9ea2b1562eaacff2b9c2.zip |
Clean up gruntfile
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r-- | server/sonar-web/Gruntfile.coffee | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index cafe5616b9b..9fd22feb5db 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -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'] |