Skip to content
This repository was archived by the owner on Dec 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request gulpjs#624 from egtork/patch-1
Browse files Browse the repository at this point in the history
Update fast-browserify-builds-with-watchify.md
  • Loading branch information
sindresorhus committed Aug 12, 2014
2 parents 4f85d30 + 13cfbbc commit badf770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/recipes/fast-browserify-builds-with-watchify.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var gulp = require('gulp');
var gutil = require('gulp-util');
var source = require('vinyl-source-stream');
var watchify = require('watchify');
var browserify = require('browserify');

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

0 comments on commit badf770

Please sign in to comment.