diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-06-17 18:33:19 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-06-17 18:33:27 +0600 |
commit | 455aa1cd1fa6ae9077b54b4e46fd35352877c55f (patch) | |
tree | 9fa0dbe3ce8cabdea324593b3ac632d86f99c775 /sonar-server/Gruntfile.coffee | |
parent | 7e3b9ca7aeada4e763d69a7f82d11ca426e4757d (diff) | |
download | sonarqube-455aa1cd1fa6ae9077b54b4e46fd35352877c55f.tar.gz sonarqube-455aa1cd1fa6ae9077b54b4e46fd35352877c55f.zip |
SONAR-5209 File dashboard integration
Diffstat (limited to 'sonar-server/Gruntfile.coffee')
-rw-r--r-- | sonar-server/Gruntfile.coffee | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-server/Gruntfile.coffee b/sonar-server/Gruntfile.coffee index e4705a5ad93..637192424e1 100644 --- a/sonar-server/Gruntfile.coffee +++ b/sonar-server/Gruntfile.coffee @@ -183,6 +183,10 @@ module.exports = (grunt) -> name: 'drilldown/app' out: '<%= pkg.assets %>build/js/drilldown/app.js' + dashboardFile: options: + name: 'dashboard/file-app' + out: '<%= pkg.assets %>build/js/dashboard/file-app.js' + handlebars: options: |