Last active
June 10, 2016 19:14
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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