From 0421e0a1699eef419ff6175278b5312bde2e8ccd Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 4 Aug 2015 14:36:44 +0200 Subject: add react.js --- server/sonar-web/Gruntfile.coffee | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/sonar-web/Gruntfile.coffee') 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' -- cgit v1.2.3