fix gruntfile
This commit is contained in:
parent
d7529a8281
commit
79e8701316
@ -12,7 +12,11 @@ module.exports = function(grunt) {
|
|||||||
grunt.initConfig({
|
grunt.initConfig({
|
||||||
shell: {
|
shell: {
|
||||||
browserify: {
|
browserify: {
|
||||||
command: 'node ./browserify.js',
|
options: {
|
||||||
|
stdout: true,
|
||||||
|
stderr: true
|
||||||
|
},
|
||||||
|
command: 'node ./browser/browserify.js',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user