Skip to content

Instantly share code, notes, and snippets.

@darlanmendonca
Created May 11, 2015 14:50
Show Gist options
  • Save darlanmendonca/19172d9ecb4d1af15c9f to your computer and use it in GitHub Desktop.
Save darlanmendonca/19172d9ecb4d1af15c9f to your computer and use it in GitHub Desktop.
Browser Sync to any folder
npm install -g browser-sync
alias start="browser-sync start --server --files 'css/*.css, *.html, js/*.js'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment