Created
January 21, 2018 18:55
-
-
Save rob-kistner/2b994ebbdde48a68ecd0f5760ccf0101 to your computer and use it in GitHub Desktop.
bs-config.json small setup (for Browser-Sync & Lite-Server)
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
| { | |
| "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