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

add a test for prefixes with url's, fix a formatting bug where filename ... #15

Closed lloyd closed 12 years ago

lloyd commented 12 years ago

...starts with '/'

This fixes a bug when using absolute urls in prefixes where cachify puts a double slash before the filename (i.e. https://static.personatest.org/v/5cb95f4060//production/browserid.css)

mind reviewing, merging, and pushing a new version?