mattheu / MinQueue

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

CSS group 'all' and 'false' should be considered as the same #11

Closed mattheu closed 11 years ago

mattheu commented 11 years ago

Default WP CSS has group 'false' or 0, which is different from not passing a group when enqueuing a script - as this will default to 'all'

This causes the files to be proccessed separately. So i am just setting all empty 'args' to 'all'

This is a bit quick & dirty really, so i'll have a think about it some more.