diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-09-23 16:33:01 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-09-23 17:11:10 +0600 |
commit | 03dea21c4a826526aefb3a4287f3380a215f0956 (patch) | |
tree | 6913946f3cdf9c01f6c5358f6aa8b1f546a76a7d /server/sonar-web/Gruntfile.coffee | |
parent | 486ba9873739083df7cbbf3c5e129339404171dd (diff) | |
download | sonarqube-03dea21c4a826526aefb3a4287f3380a215f0956.tar.gz sonarqube-03dea21c4a826526aefb3a4287f3380a215f0956.zip |
SONAR-5646 Initial dashborad js app
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r-- | server/sonar-web/Gruntfile.coffee | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index 0c3624005f8..6f2c24bf29d 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -264,6 +264,9 @@ module.exports = (grunt) -> '<%= pkg.assets %>js/templates/libraries.js': [ '<%= pkg.sources %>hbs/libraries/**/*.hbs' ] + '<%= pkg.assets %>js/templates/dashboard.js': [ + '<%= pkg.sources %>hbs/dashboard/**/*.hbs' + ] clean: |