Skip to content

Instantly share code, notes, and snippets.

@About2git
Forked from srikat/gist:76411bebd4e09d9fe92e
Created February 13, 2015 21:25
Show Gist options
  • Select an option

  • Save About2git/33cb80220cc980eba064 to your computer and use it in GitHub Desktop.

Select an option

Save About2git/33cb80220cc980eba064 to your computer and use it in GitHub Desktop.
CSS Injection and Auto Refresh using BrowserSync
npm install -g browser-sync
browser-sync start --proxy genesis.dev --files "wp-content/themes/genesis-sample/**/*"
browser-sync start --proxy genesis.dev --files "wp-content/themes/genesis-sample/*.css, wp-content/themes/genesis-sample/*.php, wp-content/themes/genesis-sample/js/*.js"
browser-sync start --proxy genesis.dev --files "wp-content/themes/genesis-sample/**/*" --tunnel
browser-sync start --proxy genesis.dev --files "wp-content/themes/genesis-sample/**/*" --tunnel --no-ghost
npm update -g browser-sync
npm list -g browser-sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment