aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-03-03 16:23:05 +0100
committerStas Vilchik <vilchiks@gmail.com>2015-03-04 13:09:21 +0100
commit29bc3c690a0d29d157042477ead84b5abeda3a1d (patch)
treece66362782d20ad41d5e61cdd8831a99af28a3ed /server/sonar-web/Gruntfile.coffee
parentb4b22ba0850e889e4087f2e58f530848d2484474 (diff)
downloadsonarqube-29bc3c690a0d29d157042477ead84b5abeda3a1d.tar.gz
sonarqube-29bc3c690a0d29d157042477ead84b5abeda3a1d.zip
SONAR-5726 add global issue filter widget
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r--server/sonar-web/Gruntfile.coffee7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee
index 29b2f98eb14..a6858a6a19d 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -243,6 +243,10 @@ module.exports = (grunt) ->
name: 'nav/app'
out: '<%= grunt.option("assetsDir") || pkg.assets %>build/js/nav/app.js'
+ issueFilterWidget: options:
+ name: 'widgets/issue-filter'
+ out: '<%= grunt.option("assetsDir") || pkg.assets %>build/js/widgets/issue-filter.js'
+
handlebars:
options:
@@ -296,6 +300,9 @@ module.exports = (grunt) ->
'<%= grunt.option("assetsDir") || pkg.assets %>js/templates/nav.js': [
'<%= pkg.sources %>hbs/nav/**/*.hbs'
]
+ '<%= grunt.option("assetsDir") || pkg.assets %>js/templates/widgets.js': [
+ '<%= pkg.sources %>hbs/widgets/**/*.hbs'
+ ]
clean: