diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-10-09 11:00:54 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-10-09 11:00:54 +0200 |
commit | 6ef2bdd53c9f2d82dc833935bdfa2c4e0722197f (patch) | |
tree | cd9ee74a84e3ea7046e81034caf0c3caafe99503 /server/sonar-web/Gruntfile.coffee | |
parent | 27faef0e6f32eccc7e437ce8a64c87b6695d79a9 (diff) | |
download | sonarqube-6ef2bdd53c9f2d82dc833935bdfa2c4e0722197f.tar.gz sonarqube-6ef2bdd53c9f2d82dc833935bdfa2c4e0722197f.zip |
SONAR-5623 Rename space to Analysis Reports
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r-- | server/sonar-web/Gruntfile.coffee | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index b75d8acf466..1cfbee4f784 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -211,8 +211,8 @@ module.exports = (grunt) -> out: '<%= pkg.assets %>build/js/libraries/app.js' monitoring: options: - name: 'monitoring/app' - out: '<%= pkg.assets %>build/js/monitoring/app.js' + name: 'analysis-reports/app' + out: '<%= pkg.assets %>build/js/analysis-reports/app.js' handlebars: @@ -262,8 +262,8 @@ module.exports = (grunt) -> '<%= pkg.assets %>js/templates/dashboard.js': [ '<%= pkg.sources %>hbs/dashboard/**/*.hbs' ] - '<%= pkg.assets %>js/templates/monitoring.js': [ - '<%= pkg.sources %>hbs/monitoring/**/*.hbs' + '<%= pkg.assets %>js/templates/analysis-reports.js': [ + '<%= pkg.sources %>hbs/analysis-reports/**/*.hbs' ] |