menpo / landmarker.io

Image and mesh annotation web application
https://www.landmarker.io
BSD 3-Clause "New" or "Revised" License
114 stars 21 forks source link

Move to watchify for faster incremental builds #120

Closed jabooth closed 8 years ago

jabooth commented 8 years ago

https://github.com/substack/watchify

Since our move to ES6 build times are getting pretty long (~8seconds). If this can get that down to ~100ms by working incrementally, that would be a nice improvement...

jabooth commented 8 years ago

Superseded by our move to Webpack #121