aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-04-01 17:03:16 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-04-02 15:01:33 +0200
commit8666875cd28c95a2489098bf11933f44f44c06e7 (patch)
tree3e4f31eeb63d5965e49c0fccc3bfdab7fe6224b8 /server/sonar-web/Gruntfile.coffee
parent4fb25fded2c5bf3404185b6d495e0176c6f1092b (diff)
downloadsonarqube-8666875cd28c95a2489098bf11933f44f44c06e7.tar.gz
sonarqube-8666875cd28c95a2489098bf11933f44f44c06e7.zip
remove dashboard2 prototype
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r--server/sonar-web/Gruntfile.coffee7
1 files changed, 0 insertions, 7 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee
index b61210f7459..3d2718f5575 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -222,10 +222,6 @@ module.exports = (grunt) ->
name: 'drilldown/app'
out: '<%= grunt.option("assetsDir") || pkg.assets %>build/js/drilldown/app.js'
- dashboard: options:
- name: 'dashboard/app'
- out: '<%= grunt.option("assetsDir") || pkg.assets %>build/js/dashboard/app.js'
-
sourceViewer: options:
name: 'source-viewer/app'
out: '<%= grunt.option("assetsDir") || pkg.assets %>build/js/source-viewer/app.js'
@@ -298,9 +294,6 @@ module.exports = (grunt) ->
'<%= grunt.option("assetsDir") || pkg.assets %>js/templates/libraries.js': [
'<%= pkg.sources %>hbs/libraries/**/*.hbs'
]
- '<%= grunt.option("assetsDir") || pkg.assets %>js/templates/dashboard.js': [
- '<%= pkg.sources %>hbs/dashboard/**/*.hbs'
- ]
'<%= grunt.option("assetsDir") || pkg.assets %>js/templates/analysis-reports.js': [
'<%= pkg.sources %>hbs/analysis-reports/**/*.hbs'
]