Skip to content

Instantly share code, notes, and snippets.

@HeikoMamerow
Created July 31, 2017 11:00
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 HeikoMamerow/8cb6e109c46ccddbab043be9b017923f to your computer and use it in GitHub Desktop.
Save HeikoMamerow/8cb6e109c46ccddbab043be9b017923f to your computer and use it in GitHub Desktop.
#!/usr/bin/env node
var bs = require('browser-sync').create();
bs.init({
proxy: {
target: 'https://localhost'
},
files: [
'build/**/*',
],
notify: false,
open: false,
reloadOnRestart: true,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment