If you’re using Browserify to bundle assets in an Express or Connect application then you may want to consider using node-enchilada middleware to faciliate your bundling process. Installation Install it via npm - Usage The basic usage is pretty easy - Now whenever a URL mapping to a .js path under /public folder is requested, [...]
The post Serve Your JavaScript Files Bundled using Browserify with Node Enchilada appeared first on Code Theory.