diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-05-28 17:03:02 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-05-29 14:28:48 +0200 |
commit | 9f163b2b3a99db950c8a32b71e9f1a08d6d9cb13 (patch) | |
tree | 68f86458fc26dc02bebfa66d6b28e337c1b3c9a9 /server/sonar-web/Gruntfile.coffee | |
parent | 4b19090646f054240d23ff8c2ac27daecf95755b (diff) | |
download | sonarqube-9f163b2b3a99db950c8a32b71e9f1a08d6d9cb13.tar.gz sonarqube-9f163b2b3a99db950c8a32b71e9f1a08d6d9cb13.zip |
move issue component from coffee to js
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r-- | server/sonar-web/Gruntfile.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index 9b8eb566cc9..2339f6fe636 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -203,7 +203,7 @@ module.exports = (grunt) -> ] '<%= BUILD_PATH %>/js/components/issue/templates.js': [ '<%= SOURCE_PATH %>/js/components/common/templates/**/*.hbs' - '<%= SOURCE_PATH %>/coffee/components/issue/templates/**/*.hbs' + '<%= SOURCE_PATH %>/js/components/issue/templates/**/*.hbs' ] '<%= BUILD_PATH %>/js/apps/issues/templates.js': [ '<%= SOURCE_PATH %>/coffee/apps/issues/templates/**/*.hbs' |