From: Stas Vilchik Date: Fri, 31 Oct 2014 09:17:02 +0000 (+0100) Subject: SONAR-5718 Fix the old issues page X-Git-Tag: 5.0-RC1~459 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=865f667d22738ce7e3ca47d1a41bf95d5d3ba870;p=sonarqube.git SONAR-5718 Fix the old issues page --- diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index 5892d28aa23..d5a53f5350e 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -178,6 +178,10 @@ module.exports = (grunt) -> name: 'issues/app' out: '<%= pkg.assets %>build/js/issues/app.js' + issuesOld: options: + name: 'issues-old/app' + out: '<%= pkg.assets %>build/js/issues-old/app.js' + measures: options: name: 'measures/app' out: '<%= pkg.assets %>build/js/measures/app.js'