aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-11-28 11:43:34 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-11-28 11:43:34 +0100
commit9c85293cc40420355c1253f7cf9fc36488951898 (patch)
tree9477167e599e664732e015013c50aec18b1e2c0e /server/sonar-web/Gruntfile.coffee
parent433f9cde1219ecdee692334c30efd3fcd3ff3cf4 (diff)
downloadsonarqube-9c85293cc40420355c1253f7cf9fc36488951898.tar.gz
sonarqube-9c85293cc40420355c1253f7cf9fc36488951898.zip
SONAR-5718 Drop old issues page
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 1127dbaf1cf..6d576c94900 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -180,10 +180,6 @@ module.exports = (grunt) ->
name: 'issues/app'
out: '<%= pkg.assets %>build/js/issues/app.js'
- issuesOld: options:
- name: 'issues-old/app'
- out: '<%= pkg.assets %>build/js/issues-old/app.js'
-
measures: options:
name: 'measures/app'
out: '<%= pkg.assets %>build/js/measures/app.js'
@@ -263,9 +259,6 @@ module.exports = (grunt) ->
'<%= pkg.assets %>js/templates/issues.js': [
'<%= pkg.sources %>hbs/issues/**/*.hbs'
]
- '<%= pkg.assets %>js/templates/issues-old.js': [
- '<%= pkg.sources %>hbs/issues-old/**/*.hbs'
- ]
'<%= pkg.assets %>js/templates/api-documentation.js': [
'<%= pkg.sources %>hbs/api-documentation/**/*.hbs'
]