Browse Source

fix Gruntfile

patch-2
Manuel Araoz 11 years ago
parent
commit
2b3d8e1d25
  1. 2
      Gruntfile.js

2
Gruntfile.js

@ -16,7 +16,7 @@ module.exports = function(grunt) {
stdout: true, stdout: true,
stderr: true stderr: true
}, },
command: 'node ./browser/browserify.js -a', command: 'node ./browser/build.js -a',
} }
}, },
watch: { watch: {

Loading…
Cancel
Save