Skip to content

Instantly share code, notes, and snippets.

@gustavoquinalha
Created April 27, 2017 14:02
Show Gist options
  • Save gustavoquinalha/8c38f432e569c7867807bd9cbc8f7b56 to your computer and use it in GitHub Desktop.
Save gustavoquinalha/8c38f432e569c7867807bd9cbc8f7b56 to your computer and use it in GitHub Desktop.
gulp.task('browser-sy', function() {
browserSync.init({
server: {
baseDir: ''
},
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment