Hacker News new | ask | show | jobs
by lobster_johnson 4155 days ago
I just plop Browserify into a project's routes (eg., using browserify-middleware [1]), and have everything automatically build when the browser requests it. With this [2], you get fast incremental builds.

[1] https://github.com/ForbesLindesay/browserify-middleware

[2] https://github.com/bjoerge/rebundler