mattheu / MinQueue

WordPress Plugin: Minify and concatenate enqueued scripts and styles
60 stars 18 forks source link

Allow filtering of base URL #31

Closed barrykooij closed 9 years ago

barrykooij commented 9 years ago

When using a CDN the assets of 'local' files might already been changed to CDN and therefor will not match home_url(). This filters allows to set the CDN URL so these assets are still minified and concatenated.

Tested with Amazon Cloudfront.

mattheu commented 9 years ago

Looks good.