Skip to content

Commit

Permalink
Merge pull request #22 from indigotree/do-not-open-browser
Browse files Browse the repository at this point in the history
Don't open the browser when you run `npm run server`
  • Loading branch information
crgeary authored Dec 1, 2017
2 parents 87205de + a538929 commit 16e6a81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ gulp.task('server', ['build'], () => {
browserSync.init({
server: {
baseDir: 'public'
}
},
open: false
})
$.watch('src/sass/**/*.scss', () => gulp.start('sass'))
$.watch('src/js/**/*.js', () => gulp.start('js-watch'))
Expand Down

0 comments on commit 16e6a81

Please sign in to comment.