locomotivemtl / locomotive-boilerplate

🚂 Front-end boilerplate for projects by Locomotive.
https://locomotivemtl-boilerplate.vercel.app/
MIT License
458 stars 71 forks source link

Remove default BrowserSync proxy #90

Closed MouseEatsCat closed 2 years ago

MouseEatsCat commented 3 years ago

This renames "url" in ./mconfig.json to "proxy" and unsets it by default. If "proxy" is left empty, BrowserSync will use the "dest" option as its base directory (www by default).

Resolves #71 (potentially)