aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-09-01 10:29:39 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-09-01 10:30:11 +0200
commit266f330936c55cca76ee5356a0f91542249f3d34 (patch)
treef5c497acbb477950e9c8229eac330e89c093de2d
parentf0e4d8343bd4a857a82beacc1fe3914ae8bc2ed1 (diff)
downloadsonarqube-266f330936c55cca76ee5356a0f91542249f3d34.tar.gz
sonarqube-266f330936c55cca76ee5356a0f91542249f3d34.zip
Move latinize.js to 3rd party libraries
-rw-r--r--server/sonar-web/Gruntfile.coffee4
-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