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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user