Hi,

Issue with updating css files with CSS/JS aggregation on.

The issue seems to be that clearing caches via drupal or via drush does not update the aggregated css files in /files/css. Struggling to find a solution.

http://drupal.stackexchange.com/questions/74878/cannot-change-css-after-...

Please advice.

Comments

sumithb’s picture

Priority: Normal » Critical
sumithb’s picture

Issue summary: View changes
sumithb’s picture

Hi,

Today I uninstalled the module Advanced CSS/JS Aggregation and reinstalled it. Removed all files in the folders advagg_css and advagg_js. Cleared cache. But sill when I enable css compression some of the css are not appearing. What will be the reasonn?

Thanks

Sumith

mikeytown2’s picture

Odds are you have a syntax error in one of your css and or js files. Open up the console in firebug and hopefully it gives you a line number that contains the error. Use ?advagg=0 to zero in on the actual file & line number throwing the error.

If that doesn't help, install the AdvAgg CSS/JS Validator module. It can validate your css & js files making sure they do not contain errors and meet the latest coding standards via csslint and jshint.

mikeytown2’s picture

Status: Active » Fixed

Assuming this issue has been fixed. Marking as closed. Re-open if that is not the case.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.