I have created a subtheme off of footheme, using pixture_reloaded as base theme (following the four documented steps).

Afther that I found in my Content > Files list two css files located in sites/default/files/at_css:
mytheme.lt-ie9.layout.css
mytheme.responsive.layout.css

I'm not sure if it's Media module (using 2.x) that shouldn't be listing these files, or if it's the theme that should be preventing the files from getting into the managed files table.

Comments

Jeff Burnz’s picture

Its a bug really and should be fixed, the files are generated by adaptivetheme but should not be "managed files".

mducharme’s picture

Is there a reason this is set to public by default or have this option at all? I've had problems with generated files being missing (not generated at all) after migrating a site between servers (after flushing caches, cron, other debugging) and it seems to make sense to always store these in the theme folder.

CSS file missing or not found public://adaptivetheme/mythem_files/mytheme.lt-ie9.layout.css

I'm just trying to wrap my head around the point/use case of this feature.

Jeff Burnz’s picture

In AT 7.x-3.x there is an option to save the files in the theme folder, or another custom folder.

The bug here is that its using managed files for this, but should not, its merely a matter of unneeded database entries.

Jeff Burnz’s picture

Issue summary: View changes

typo