diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-12-24 17:18:45 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-12-24 17:18:45 +0100 |
commit | c158c1b03e2fbc205a310e2fc8b20c35ec4ccbad (patch) | |
tree | 3e1c46a6870ee424d506f21722580f08c28e020c /server/sonar-web/Gruntfile.coffee | |
parent | 008a6d3ea04cacebbc2e7b5efdfddcfa024eb48e (diff) | |
download | sonarqube-c158c1b03e2fbc205a310e2fc8b20c35ec4ccbad.tar.gz sonarqube-c158c1b03e2fbc205a310e2fc8b20c35ec4ccbad.zip |
SONAR-5820 Provide a permalink on each rule description
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r-- | server/sonar-web/Gruntfile.coffee | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index 736f83885b8..4e00555ddfa 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' + codingRulesShow: options: + name: 'coding-rules/app' + out: '<%= pkg.assets %>build/js/coding-rules/show-app.js' + codingRulesOld: options: name: 'coding-rules-old/app' out: '<%= pkg.assets %>build/js/coding-rules-old/app.js' |