Comment on Why I'm Learning NodeComments−pyrotechnick14ybrowserify (https://github.com/substack/node-browserify) is great for providing require() and bundling necessary dependencies for the browser.−Aaronontheweb14yThank god for this - I've been doing a lot of work with some NPM packages that I want to use on the client but for the life of me couldn't figure out how to do it. This looks like it'll do just the trick. Thanks!
Comments
browserify (https://github.com/substack/node-browserify) is great for providing require() and bundling necessary dependencies for the browser.
Thank god for this - I've been doing a lot of work with some NPM packages that I want to use on the client but for the life of me couldn't figure out how to do it. This looks like it'll do just the trick. Thanks!