diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-03-03 16:23:05 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-03-04 13:09:21 +0100 |
commit | 29bc3c690a0d29d157042477ead84b5abeda3a1d (patch) | |
tree | ce66362782d20ad41d5e61cdd8831a99af28a3ed /server/sonar-web/Gruntfile.coffee | |
parent | b4b22ba0850e889e4087f2e58f530848d2484474 (diff) | |
download | sonarqube-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.coffee | 7 |
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: |