Login
From:
The 9elements Blog
(Uncensored)
subscribe
External bundles with browserify and gulp
https://9elements.com/blog/external-bundles-with-browserify-and-gulp/
links
backlinks
Roast topics
Find topics
Find it!
Browserify is a nifty little tool that was originally invented to let Node.js modules run in your browser. A nice side effect of this is that you can use browserify to split up your application’s JavaScript into a well organized modules and then...