Bones/node_modules/browser-sync/lib/cli/help.txt

11 lines
333 B
Plaintext
Raw Normal View History

2017-05-17 13:45:25 -04:00
{cyan:Server Example:}
{gray:---------------}
Use current directory as root & watch CSS files
{gray:$} browser-sync start --server --files="css/*.css"
{cyan:Proxy Example:}
{gray:---------------}
Proxy `localhost:8080` & watch CSS/HTML files
{gray:$} browser-sync start --proxy="localhost:8080" --files="*.html, css/*.css"