rehabstudio/fe-skeleton

Implement browsersync into server build

Closed this issue · 3 comments

Keep it simple, few options, simple css injection and reloading after scripts.

browsersync.reload() in gulp pipe after dest.

http://www.browsersync.io/

Hot module replacement adds a lot of overhead if you are not using webpack to load in css files.

https://github.com/webpack/docs/wiki/hot-module-replacement-with-webpack#caveats

Completed with #98 !