Quartz / Chartbuilder

A front-end charting application that facilitates easy creation of simple beautiful charts
http://quartz.github.io/Chartbuilder
MIT License
2.1k stars 354 forks source link

Improve BrowserSync times #248

Closed bradoyler closed 8 years ago

bradoyler commented 8 years ago

Hey Chartbuilders... whenever I update js file, I am seeing very slow (~4s) reload times. screen shot 2016-07-07 at 1 53 54 pm

This could be fixed by using watchify, like so: https://gist.github.com/wesbos/52b8fe7e972356e85b43

@nsonnad Lmk if you're open to this change and I'll start a PR. 🚀

nsonnad commented 8 years ago

Thanks @bradoyler, I had actually opened an issue for this a while back, #165. Would be happy to look at a PR!

nsonnad commented 8 years ago

Closed as dupe of #165