Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add comment clarifying that Browser Sync is only for local development
Browser Sync doesn't play well with Glitch, so now it won't run if your prototype is on Glitch, even if you have `useBrowserSync: true` in your config file. I think this shouldn't actually affect users, because using Browser Sync with Glitch doesn't make much sense (it won't work, and Glitch auto-relaods for you anyway), but this commit adds a comment anyway to make it clear that Browser Sync is only used for development environments (the config variable has always been ignored when NODE_ENV is true).
- Loading branch information