Skip to content

Instantly share code, notes, and snippets.

@gkweb
Created November 11, 2016 05:24
Show Gist options
  • Save gkweb/2adb993b339ea4154e33e812cda5ec43 to your computer and use it in GitHub Desktop.
Save gkweb/2adb993b339ea4154e33e812cda5ec43 to your computer and use it in GitHub Desktop.
browsersync with tunneling cli

browser-sync start --proxy "localhost:3000" --files --ws --tunnel --logLevel="debug" "bundle/*.css, bundle/*.js"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment