aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-08-04 14:36:44 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-08-04 14:36:44 +0200
commit0421e0a1699eef419ff6175278b5312bde2e8ccd (patch)
tree1e45f927e9e98e72a14d7db693d3fffbcad7432e /server/sonar-web/Gruntfile.coffee
parent39bc3790a7551a188a22eb9d8beb4b54863660c0 (diff)
downloadsonarqube-0421e0a1699eef419ff6175278b5312bde2e8ccd.tar.gz
sonarqube-0421e0a1699eef419ff6175278b5312bde2e8ccd.zip
add react.js
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r--server/sonar-web/Gruntfile.coffee2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee
index 1e74a5f7812..a495f84fdc1 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -93,6 +93,8 @@ module.exports = (grunt) ->
options:
baseUrl: '<%= BUILD_PATH %>/js/'
preserveLicenseComments: false
+ paths:
+ 'react': 'libs/third-party/react-with-addons'
issuesContext: options:
name: 'apps/issues/app-context'