updated 'reactify' version so that source maps work correctly

This commit is contained in:
Edin Dazdarevic
2015-05-27 11:31:03 +02:00
parent a2ecdc5d63
commit d5cef64cb6
2 changed files with 3 additions and 3 deletions

View File

@@ -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
}