hexojs / hexo-browsersync

BrowserSync plugin for Hexo.
MIT License
142 stars 18 forks source link

hexo-browsersync as alternative to hexo-server #22

Open tcrowe opened 6 years ago

tcrowe commented 6 years ago

After working with browsersync a bit more I realize it can take over the functionality of hexo-server while providing resource reloads without even refreshing sometimes.

This would be an enhancement and possibly a configuration change.

Resources:

yoshinorin commented 5 years ago

I found an interesting way in StackOverFlow.

https://stackoverflow.com/questions/36898508/how-to-use-hexo-server-draft-and-livereload/54872963#54872963

It seems may help us for enhance hexo-server :)