[theme-reviewers] Theme Scan Failing

Otto otto at ottodestruct.com
Thu Dec 2 16:50:19 UTC 2010


On Thu, Dec 2, 2010 at 3:02 AM, Sayontan Sinha <sayontan at gmail.com> wrote:
> I am curious as to what qualifies as a better way of doing things. E.g. I
> have code where depending on selections certain stylesheets are grouped
> together, then either they are compressed and/or minified.

See, that sounds awfully functional to me. Why would you want the
theme to be doing that?

A theme is supposed to describe how the site looks, not how the site
works. Sure, for custom jobs, we all do it and put this sort of thing
in the theme, but remember that the directory is supposed to hold
themes to be used for public consumption. Anybody can use them.

So doesn't it make a bit more sense to make this sort of
compression/minification more generic, able to apply to any theme, and
then to put it in a plugin?

Also, look into wp_enqueue_style, which is capable of minification and
combining css files.

-Otto


More information about the theme-reviewers mailing list