mattheu / MinQueue

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

Don't make remote requests to the minifier #10

Closed mattheu closed 11 years ago

mattheu commented 11 years ago

This was causing caching/regen headaches. Instead of using PHP Minify by making a remote request to /min?f=srcs this pull request calls the Minify::combine() method directly