From d5cef64cb663d3f5a59eb121c580f56f848933be Mon Sep 17 00:00:00 2001 From: Edin Dazdarevic Date: Wed, 27 May 2015 11:31:03 +0200 Subject: [PATCH] updated 'reactify' version so that source maps work correctly --- front-ui/Gruntfile.js | 4 ++-- front-ui/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/front-ui/Gruntfile.js b/front-ui/Gruntfile.js index 7ddd326..d81ca2e 100644 --- a/front-ui/Gruntfile.js +++ b/front-ui/Gruntfile.js @@ -5,11 +5,11 @@ module.exports = function(grunt) { src: ['app/ribica.js'], dest: 'build/ribica.bundle.js', options: { + transform: ['reactify'], browserifyOptions: { standalone: 'RIBICA', - debug: true, + debug: true }, - transform: ['reactify'], watch: true } diff --git a/front-ui/package.json b/front-ui/package.json index 15b7151..f967813 100644 --- a/front-ui/package.json +++ b/front-ui/package.json @@ -22,7 +22,7 @@ "grunt-contrib-uglify": "~0.7.0", "grunt-contrib-watch": "~0.6.1", "grunt-replace": "~0.8.0", - "reactify": "~0.17.1", + "reactify": "^1.1.1", "underscore": "^1.7.0" }, "dependencies": {