aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-12-18 15:17:57 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-12-22 10:46:42 +0100
commit4b69d42d7f83aa22853dffbf2b49acda85c7ef99 (patch)
tree9a92219c8ebc0afeade341755e7ba92ded6502f3 /server/sonar-web/Gruntfile.coffee
parent2b6c121e6764b6baf106c94767d8daedd85b7839 (diff)
downloadsonarqube-4b69d42d7f83aa22853dffbf2b49acda85c7ef99.tar.gz
sonarqube-4b69d42d7f83aa22853dffbf2b49acda85c7ef99.zip
SONAR-5820 Create a new coding rules page
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r--server/sonar-web/Gruntfile.coffee8
1 files changed, 8 insertions, 0 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee
index 1af2390f85c..45c4af59a1f 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -174,6 +174,10 @@ module.exports = (grunt) ->
name: 'coding-rules/app'
out: '<%= pkg.assets %>build/js/coding-rules/app.js'
+ codingRulesOld: options:
+ name: 'coding-rules-old/app'
+ out: '<%= pkg.assets %>build/js/coding-rules-old/app.js'
+
issues: options:
name: 'issues/app'
out: '<%= pkg.assets %>build/js/issues/app.js'
@@ -237,6 +241,10 @@ module.exports = (grunt) ->
'<%= pkg.sources %>hbs/common/**/*.hbs'
'<%= pkg.sources %>hbs/coding-rules/**/*.hbs'
]
+ '<%= pkg.assets %>js/templates/coding-rules-old.js': [
+ '<%= pkg.sources %>hbs/common/**/*.hbs'
+ '<%= pkg.sources %>hbs/coding-rules-old/**/*.hbs'
+ ]
'<%= pkg.assets %>js/templates/quality-gates.js': [
'<%= pkg.sources %>hbs/quality-gates/**/*.hbs'
]