ForbesLindesay / browserify-middleware

express middleware for browserify, done right
http://browserify.org
MIT License
381 stars 66 forks source link

Fix dynamic cache #37

Closed ForbesLindesay closed 10 years ago

ForbesLindesay commented 10 years ago

This fixes dynamic cache by having one dynamic cache per [path + options.external + options.debug] combo.

It would be great if someone could review this before I merge it and make sure it looks like I haven't made too many hopeless mistakes. It would also be good to sort out a test case if I get time.