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