Skip to content

Instantly share code, notes, and snippets.

@mtt87
Created May 17, 2016 22:27
Show Gist options
  • Save mtt87/c53172dda79926fd22152e5a7f77bf96 to your computer and use it in GitHub Desktop.
Save mtt87/c53172dda79926fd22152e5a7f77bf96 to your computer and use it in GitHub Desktop.
gulp.task('serve', ['styles', 'scripts', 'riot', 'fonts'], () => {
browserSync({
routes: {
'/node_modules/': 'node_modules'
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment