Skip to content

Instantly share code, notes, and snippets.

@makefunstuff
Created April 16, 2015 14:33
Show Gist options
  • Save makefunstuff/99e83268a8ba21c6834c to your computer and use it in GitHub Desktop.
Save makefunstuff/99e83268a8ba21c6834c to your computer and use it in GitHub Desktop.
gulp.task('browser-sync', function() {
browserSync({
open: false,
server: {
baseDir: './dist',
middleware: [historyApiFallback]
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment