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

Switch development javascript build auto-updating to watchify #165

Open nsonnad opened 9 years ago

nsonnad commented 9 years ago

Currently updates from changes to javascript can be slow. We should switch to watchify and split all vendor JS into a vendor bundle so that React, D3 etc are not included in the watched files.

bradoyler commented 8 years ago

FYI. Decent example: https://gist.github.com/wesbos/52b8fe7e972356e85b43

nsonnad commented 8 years ago

@bradoyler did you want to take this one on? Happy to take a PR otherwise we can try to incorporate it into the roadmap