Skip to content

Instantly share code, notes, and snippets.

@whaleen
Last active January 8, 2020 07:04
Show Gist options
  • Save whaleen/438938f1367cfbb688ce409319d81d1c to your computer and use it in GitHub Desktop.
Save whaleen/438938f1367cfbb688ce409319d81d1c to your computer and use it in GitHub Desktop.
browsersync jekyll
browser-sync start --files "css/*.css" --proxy "localhost:4000" --files "_posts/*.md" --files "_drafts/*.md" --files "_includes/*.html" --files "_data/*.csv" --files "_layouts/*.html" --reloadDelay "2000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment