Browse Source

fix gruntfile

patch-2
Manuel Araoz 11 years ago
parent
commit
79e8701316
  1. 6
      Gruntfile.js

6
Gruntfile.js

@ -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…
Cancel
Save