diff --git a/Gruntfile.js b/Gruntfile.js index 8bf4826..76f758c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -16,7 +16,7 @@ module.exports = function(grunt) { stdout: true, stderr: true }, - command: 'node ./browser/browserify.js -a', + command: 'node ./browser/build.js -a', } }, watch: {