Skip to content

Instantly share code, notes, and snippets.

@researchranks
Created January 24, 2017 23:51
Show Gist options
  • Save researchranks/ad7357c51dae03e16eedb9c0099746ab to your computer and use it in GitHub Desktop.
Save researchranks/ad7357c51dae03e16eedb9c0099746ab to your computer and use it in GitHub Desktop.
node browser-sync | path directories | fixed debugged
browser-sync \
--port=8080 \
--server="public" \
--files="./*/" \
start
browser-sync start \
--port 8080 \
--server 'public' \
--no-inject-changes \
--files 'public'
browser-sync \
--server="public" \
--port="8080" \
--files="public/**" \
start
--browser \"Google Chrome\" \
--files \"public/**/*.*\" \
start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment