aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/Gruntfile.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-server/Gruntfile.coffee')
-rw-r--r--sonar-server/Gruntfile.coffee8
1 files changed, 4 insertions, 4 deletions
diff --git a/sonar-server/Gruntfile.coffee b/sonar-server/Gruntfile.coffee
index 5a5d14c69b5..498263d1a77 100644
--- a/sonar-server/Gruntfile.coffee
+++ b/sonar-server/Gruntfile.coffee
@@ -161,10 +161,6 @@ module.exports = (grunt) ->
name: 'common/select-list'
out: '<%= pkg.assets %>build/js/common/select-list.js'
- componentViewer: options:
- name: 'component-viewer/app'
- out: '<%= pkg.assets %>build/js/component-viewer/app.js'
-
handlebars:
options:
@@ -191,6 +187,10 @@ module.exports = (grunt) ->
'<%= pkg.assets %>js/templates/component-viewer.js': [
'<%= pkg.sources %>hbs/component-viewer/**/*.hbs'
]
+ '<%= pkg.assets %>js/templates/issues.js': [
+ '<%= pkg.sources %>hbs/common/**/*.hbs'
+ '<%= pkg.sources %>hbs/issues/**/*.hbs'
+ ]
clean: