Skip to content

Instantly share code, notes, and snippets.

@ShankarSumanth
Last active June 10, 2016 19:14
Show Gist options
  • Save ShankarSumanth/06f885087eed6e3b0c8d5bc23ed5d6a3 to your computer and use it in GitHub Desktop.
Save ShankarSumanth/06f885087eed6e3b0c8d5bc23ed5d6a3 to your computer and use it in GitHub Desktop.
Browsersync command to start a local server, open chrome browser and watch over css, html and js files for changes
browser-sync start -s -b "google chrome" -f "./index.html" "css/*.css" "js/**"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment