ladjs / express-cdn

:cloud: Node module for delivering optimized, minified, mangled, gzipped assets with Express and Amazon's CDN (S3/CloudFront)
MIT License
660 stars 104 forks source link

encode uri for joined files #109

Closed baugarten closed 6 years ago

baugarten commented 7 years ago

Before:

express-cdn would generate urls with a "+" for joined files. This isn't a valid URI.

Fix: encode the URI so that '+' gets escaped to %2B

baugarten commented 7 years ago

This addresses issue #95

baugarten commented 7 years ago

Would love to merge this so I don't have to maintain my own fork 😋

niftylettuce commented 6 years ago

released in v0.3.1, sorry didn't see this till now 😞

npm install express-cdn@latest or yarn add express-cdn@latest