aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-08-12 16:43:48 +0600
committerStas Vilchik <vilchiks@gmail.com>2014-08-12 16:43:55 +0600
commit1ca0cfca4d9e7c5c1a45c09a6b59912b93f21273 (patch)
tree3de3bd1b63b544e9a54f3e81400ce1fdbd12f9be /server/sonar-web/Gruntfile.coffee
parent2d6a169ec764e30415520ddb51d15506a0727501 (diff)
downloadsonarqube-1ca0cfca4d9e7c5c1a45c09a6b59912b93f21273.tar.gz
sonarqube-1ca0cfca4d9e7c5c1a45c09a6b59912b93f21273.zip
SONAR-4406 The first shot of a new design page
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 f905e6201af..6221292a235 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -198,6 +198,10 @@ module.exports = (grunt) ->
name: 'component-viewer/app'
out: '<%= pkg.assets %>build/js/component-viewer/app.js'
+ design: options:
+ name: 'design/app'
+ out: '<%= pkg.assets %>build/js/design/app.js'
+
handlebars:
options:
@@ -237,6 +241,9 @@ module.exports = (grunt) ->
'<%= pkg.assets %>js/templates/api-documentation.js': [
'<%= pkg.sources %>hbs/api-documentation/**/*.hbs'
]
+ '<%= pkg.assets %>js/templates/design.js': [
+ '<%= pkg.sources %>hbs/design/**/*.hbs'
+ ]
clean: