Using AT commerce theme
Without aggregation the site includes my responsive.custom.css
at_commerce/css/responsive.custom.css,

But width aggregation this file is not included

AT Commerce 7.x-3.1
AT Core 7.x-3.2

Comments

mikeytown2’s picture

Try the latest dev and see if that fixes the issue

mikeytown2’s picture

Status: Active » Postponed (maintainer needs more info)
egarias’s picture

Tested, with the new dev version but still same results

mikeytown2’s picture

Status: Postponed (maintainer needs more info) » Active
egarias’s picture

Yes It is.
if no fast solution, is it possible to include manually this css on the aggregates?

Thanks for your fast feedback

egarias’s picture

Maybe of interest i am using commerce kickstart

mikeytown2’s picture

OK I got 3.1 & 3.2 up and running. I was having issues with responsive.custom.css not showing up even with advagg not installed. After hitting save configuration at the bottom of admin/appearance/settings/at_commerce the responsive css was included. Once it was included I enabled advagg and the css was included. I tested by adding this to the css to see if the contents are getting included

#content {
  background-color: GREEN;
}

I did notice that the drupal.settings doesn't list that css though; although it has the same behavior when advagg is disabled.

The css is getting included from all my testing.

egarias’s picture

Ok solved
had to disable first the responsive custom at at_commerce settings save and enable, then clear cahces and it works

You close it?
Many thanks

mikeytown2’s picture

Status: Active » Closed (works as designed)
mikeytown2’s picture

Just a heads up that I'm working on a patch so the advagg clear cache will pickup changes #2468603: Submit AdaptiveTheme page when responsive css changes

It's similar to the work I did in order to support the color module.

egarias’s picture

Ok I will follow this, because, when i changed the responsive.custom.css, keeps using the old version, I had to redo again disable responsive on AT, then enable and clear caches

mikeytown2’s picture

So with 7.x-2.8 you still are having issues with changes in responsive.custom.css not getting pushed out when you do an advagg cc?

egarias’s picture

I had this issue with older version, just updated now, i will come back if issues.

Thanks