Skip to content

Commit

Permalink
Merge pull request #608 from megakote/patch-3
Browse files Browse the repository at this point in the history
Fixed recipes for new browserify/watchify
  • Loading branch information
yocontra committed Jul 29, 2014
2 parents 1bf9abc + 917a965 commit d191c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/fast-browserify-builds-with-watchify.md
Expand Up @@ -22,7 +22,7 @@ var source = require('vinyl-source-stream');
var watchify = require('watchify');

gulp.task('watch', function() {
var bundler = watchify('./src/index.js');
var bundler = watchify(browserify('./src/index.js', watchify.args));

// Optionally, you can apply transforms
// and other configuration options on the
Expand Down

0 comments on commit d191c26

Please sign in to comment.