mozilla / connect-cachify

Express connect middleware to provide easy frontend caching for Node.js
Mozilla Public License 2.0
132 stars 21 forks source link

Allow development resources to contain fragment identifiers. #25

Closed shane-tomlinson closed 11 years ago

shane-tomlinson commented 11 years ago

@ozten - mind reviewing?

When looking for the filename, strip the fragment identifier (#partofurl) from the resource name.

The part that I am most concerned about is the exports.uncached_resources that I added. Is there a better way to check whether a resource cannot be found and no hash can be created?