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'],
|
||||
dest: 'build/ribica.bundle.js',
|
||||
options: {
|
||||
transform: ['reactify'],
|
||||
browserifyOptions: {
|
||||
standalone: 'RIBICA',
|
||||
debug: true,
|
||||
debug: true
|
||||
},
|
||||
transform: ['reactify'],
|
||||
watch: true
|
||||
}
|
||||
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user