Untangle Your JavaScript with Browserify
We've all been there. You're working on an project with a lot of JavaScript, and you need to add a new widget that depends on some libraries. You have a complex template structure and you don't know which libraries have been added as <script> tags already, or where they might be.…
Brandon Konkle