ForbesLindesay / browserify-middleware

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

Fingerprinting? #62

Open randallb opened 9 years ago

randallb commented 9 years ago

Has anyone implemented fingerprinting in order to cache resources longer / forever?

I'm going to take a peek in a few days likely, and could contribute back if there's interest.

knownasilya commented 9 years ago

:+1: from me

ForbesLindesay commented 9 years ago

I've done it outside of this library, but found it a bit tricky to reconcile that with the development mode of build on refresh. If we can find a nice way to represent the API, I'd be very keen.