Skip to content

Instantly share code, notes, and snippets.

@nicobytes
Last active April 12, 2016 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicobytes/3d2d8b4d6e05c4af88048bb076d3cd26 to your computer and use it in GitHub Desktop.
Save nicobytes/3d2d8b4d6e05c4af88048bb076d3cd26 to your computer and use it in GitHub Desktop.
mi gulp
gulp.task('server', function() {
browserSync.init({
host: "0.0.0.0",
notify: false,
port: 8080,
server: {
baseDir: ['User/templates/User', 'app']
},
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment