Skip to content

Commit

Permalink
fix Gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maraoz committed Mar 12, 2014
1 parent c339fb1 commit 2b3d8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 2b3d8e1

Please sign in to comment.