diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-05-19 15:53:04 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-05-19 18:20:09 +0200 |
commit | 8cfa163fd20ab2c7788818b1889b6ed771aab46b (patch) | |
tree | 038cd974887cefc79a44333e88637f2aaab3a8c8 /server/sonar-web/Gruntfile.coffee | |
parent | e59e4aa2c06a57566f148f4217d286461231ae58 (diff) | |
download | sonarqube-8cfa163fd20ab2c7788818b1889b6ed771aab46b.tar.gz sonarqube-8cfa163fd20ab2c7788818b1889b6ed771aab46b.zip |
move require.js to third-party
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 a229f16ae23..de4e89a9690 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -95,7 +95,7 @@ module.exports = (grunt) -> '<%= BUILD_PATH %>/js/libs/csv.js' '<%= BUILD_PATH %>/js/libs/dashboard.js' '<%= BUILD_PATH %>/js/libs/recent-history.js' - '<%= BUILD_PATH %>/js/libs/require.js' + '<%= BUILD_PATH %>/js/libs/third-party/require.js' ] |