mattheu / MinQueue

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

Multiple enqueue queues? #1

Closed mattheu closed 11 years ago

mattheu commented 12 years ago

a single page may have loads of extra scripts files that could be minified, but we wouldn't want them added to the main minify file and loaded on every page.

It would not be too hard to define multiple queues and create separate instances of the minifyer for each.

Issues? *We would only want the file loaded if at least one item in the queue should be enqueued on that page. (should do this anyway?)

mattheu commented 11 years ago

Done