Skip to content

Commit

Permalink
Merge pull request gulpjs#931 from aselbie/patch-1
Browse files Browse the repository at this point in the history
Adds build logging to gulp/watchify recipe
  • Loading branch information
Eric Schoffstall committed Feb 27, 2015
2 parents d963bae + 1c232d5 commit 5c6ee7a
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 @@ -21,6 +21,7 @@ bundler.transform('brfs');

gulp.task('js', bundle); // so you can run `gulp js` to build the file
bundler.on('update', bundle); // on any dep update, runs the bundler
bundler.on('log', gutil.log); // output build logs to terminal

function bundle() {
return bundler.bundle()
Expand Down

0 comments on commit 5c6ee7a

Please sign in to comment.