diff options
-rw-r--r-- | server/sonar-web/Gruntfile.coffee | 4 | ||||
-rw-r--r-- | server/sonar-web/src/main/js/third-party/latinize.js (renamed from server/sonar-web/src/main/js/latinize.js) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index 88e35c0930a..5cef7cbd1dc 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -78,6 +78,7 @@ module.exports = (grunt) -> '<%= pkg.assets %>js/third-party/jquery.js' '<%= pkg.assets %>js/third-party/jquery-ui.js' '<%= pkg.assets %>js/third-party/d3.js' + '<%= pkg.assets %>js/third-party/latinize.js' '<%= pkg.assets %>js/third-party/underscore.js' '<%= pkg.assets %>js/third-party/select2.js' '<%= pkg.assets %>js/third-party/keymaster.js' @@ -102,7 +103,6 @@ module.exports = (grunt) -> '<%= pkg.assets %>js/resource.js' '<%= pkg.assets %>js/issue.js' '<%= pkg.assets %>js/recent-history.js' - '<%= pkg.assets %>js/latinize.js' ] build: files: @@ -111,6 +111,7 @@ module.exports = (grunt) -> '<%= pkg.assets %>js/third-party/jquery.js' '<%= pkg.assets %>js/third-party/jquery-ui.js' '<%= pkg.assets %>js/third-party/d3.js' + '<%= pkg.assets %>js/third-party/latinize.js' '<%= pkg.assets %>js/third-party/underscore.js' '<%= pkg.assets %>js/third-party/select2.js' '<%= pkg.assets %>js/third-party/keymaster.js' @@ -135,7 +136,6 @@ module.exports = (grunt) -> '<%= pkg.assets %>js/resource.js' '<%= pkg.assets %>js/issue.js' '<%= pkg.assets %>js/recent-history.js' - '<%= pkg.assets %>js/latinize.js' ] diff --git a/server/sonar-web/src/main/js/latinize.js b/server/sonar-web/src/main/js/third-party/latinize.js index 6d302eec0a3..6d302eec0a3 100644 --- a/server/sonar-web/src/main/js/latinize.js +++ b/server/sonar-web/src/main/js/third-party/latinize.js |