Comment on CommonJS require for the browser in 1kparentComments−lobster_johnson11yI 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
Comments
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