mattheu / MinQueue

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

Handle media param on wp_enqueue_style #2

Closed mattheu closed 11 years ago

mattheu commented 11 years ago

At the moment it is ignored.

Simple option, take the first script media arg and apply to whole group.

Advanced option, split into multiple files by value of media. So all print files together etc etc.

mattheu commented 11 years ago

styles are now grouped by media arg