pilif / sacy

Smarty Asset Compiler (warning: all branches but master are subject to force pushes)
http://pilif.github.com/sacy
MIT License
34 stars 12 forks source link

CSS media attribute support missing #1

Closed pilif closed 15 years ago

pilif commented 15 years ago

currently sacy mashes all the css files together regardless of the media type that was specified in the original <link>-tag and emits a <link>-tag without any media type associated with it.

sacy should keep track of the media type and emit <link>-tags depending on the media type of the source link.

pilif commented 15 years ago

fixed in cb85b93c