Chauncey McAskill
86f88c3f14
Refactor watch.js
Switched to BrowserSync's recommended post-2.0.0 syntax.
Organized logic into functions for easier reading.
Add support for customizing the BrowserSync server from 'loconfig.json'.
Example:
```json
"server": {
"open": true,
"https": {
"key": "~/.config/valet/Certificates/{% paths.url %}.key",
"cert": "~/.config/valet/Certificates/{% paths.url %}.crt"
}
}
```
2022-03-22 16:33:19 -04:00
..
2022-03-22 16:33:19 -04:00
2022-03-22 16:33:19 -04:00
2021-09-21 17:53:46 -04:00
2022-03-22 16:33:19 -04:00