xwp / wp-dependency-minification

Dependency Minification plugin for WordPress
http://wordpress.org/plugins/dependency-minification/
52 stars 10 forks source link

Abort concatenating stylesheet containing @import #67

Open westonruter opened 10 years ago

westonruter commented 10 years ago

@import statements must be at the beginning of a stylesheet, so the stylesheet is concatenated with another, it will fail.

topher1kenobe commented 10 years ago

Are you thinking we should test for this case and magically enqueue, or simply throw an error?

westonruter commented 10 years ago

Throw an error.

msigley commented 10 years ago

I have written a fork that adds at rule handling to the concatenation. https://github.com/x-team/wp-dependency-minification/pull/60