Skip to content

Instantly share code, notes, and snippets.

@rob-kistner
Created January 21, 2018 18:55
Show Gist options
  • Select an option

  • Save rob-kistner/2b994ebbdde48a68ecd0f5760ccf0101 to your computer and use it in GitHub Desktop.

Select an option

Save rob-kistner/2b994ebbdde48a68ecd0f5760ccf0101 to your computer and use it in GitHub Desktop.
bs-config.json small setup (for Browser-Sync & Lite-Server)
{
"port": 8000,
"files": ["./src/**/*.{html,css,js}"],
"server": { "baseDir": "./src" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment