Skip to content

Commit

Permalink
Merge branch 'master' into yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Jan 5, 2017
2 parents aa77e24 + 85ff2d5 commit 2c85517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/util/startBrowserSync.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (!config.production) {
if (global.isBuilding === true) {
setTimeout(startBrowserSync, 100)
} else {
gutil.log('Build complete, starting BrowserSync')
util.log('Build complete, starting BrowserSync')
browserSync(bsConfig)
}
}
Expand Down

0 comments on commit 2c85517

Please sign in to comment.