Closed baugarten closed 6 years ago
This addresses issue #95
Would love to merge this so I don't have to maintain my own fork 😋
released in v0.3.1, sorry didn't see this till now 😞
npm install express-cdn@latest
or yarn add express-cdn@latest
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