From 456991a9a6292cfd88b053d808066f541e847028 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 26 May 2015 15:58:33 +0200 Subject: refactor quality gates page --- server/sonar-web/Gruntfile.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/sonar-web/Gruntfile.coffee') diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index ac2a0b1bbf7..a8acf348a72 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -140,7 +140,7 @@ module.exports = (grunt) -> { grunt: true, args: ['requirejs:app', '--app=measures'] } { grunt: true, args: ['requirejs:app', '--app=nav'] } { grunt: true, args: ['requirejs:app', '--app=provisioning'] } - { grunt: true, args: ['requirejs:app', '--app=quality-gate'] } + { grunt: true, args: ['requirejs:app', '--app=quality-gates'] } { grunt: true, args: ['requirejs:app', '--app=quality-profiles'] } { grunt: true, args: ['requirejs:app', '--app=source-viewer'] } { grunt: true, args: ['requirejs:app', '--app=users'] } @@ -195,8 +195,8 @@ module.exports = (grunt) -> '<%= SOURCE_PATH %>/js/components/common/templates/**/*.hbs' '<%= SOURCE_PATH %>/js/apps/coding-rules/templates/**/*.hbs' ] - '<%= BUILD_PATH %>/js/apps/quality-gate/templates.js': [ - '<%= SOURCE_PATH %>/coffee/apps/quality-gate/templates/**/*.hbs' + '<%= BUILD_PATH %>/js/apps/quality-gates/templates.js': [ + '<%= SOURCE_PATH %>/js/apps/quality-gates/templates/**/*.hbs' ] '<%= BUILD_PATH %>/js/apps/quality-profiles/templates.js': [ '<%= SOURCE_PATH %>/js/apps/quality-profiles/templates/**/*.hbs' -- cgit v1.2.3