updated 'reactify' version so that source maps work correctly
This commit is contained in:
@@ -5,11 +5,11 @@ module.exports = function(grunt) {
|
|||||||
src: ['app/ribica.js'],
|
src: ['app/ribica.js'],
|
||||||
dest: 'build/ribica.bundle.js',
|
dest: 'build/ribica.bundle.js',
|
||||||
options: {
|
options: {
|
||||||
|
transform: ['reactify'],
|
||||||
browserifyOptions: {
|
browserifyOptions: {
|
||||||
standalone: 'RIBICA',
|
standalone: 'RIBICA',
|
||||||
debug: true,
|
debug: true
|
||||||
},
|
},
|
||||||
transform: ['reactify'],
|
|
||||||
watch: true
|
watch: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"grunt-contrib-uglify": "~0.7.0",
|
"grunt-contrib-uglify": "~0.7.0",
|
||||||
"grunt-contrib-watch": "~0.6.1",
|
"grunt-contrib-watch": "~0.6.1",
|
||||||
"grunt-replace": "~0.8.0",
|
"grunt-replace": "~0.8.0",
|
||||||
"reactify": "~0.17.1",
|
"reactify": "^1.1.1",
|
||||||
"underscore": "^1.7.0"
|
"underscore": "^1.7.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user