Active
Project:
CSS Embedded Images
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2011 at 14:33 UTC
Updated:
13 Sep 2014 at 20:01 UTC
Jump to comment: Most recent
Comments
Comment #1
mrfelton commentedThis happens on Drupal 7 too. It's very easy to reproduce the problem consistantly. With the module enabled:
3) /admin/modules and save the page
4) Go to /node/add - now all the css will be screwed up, and if you look at the css files referenced in the source one or more of them will be completely empty files
5) Clear the cache
4) Go to /node/add and the css will be working again
Rinse and repeat!
Comment #2
bryancasler commentedLikely related #1091704: CSS is broken after disabling CSS Embedded Images
Comment #3
bryancasler commentedHere is a screenshot of all the empty css files being generated.
http://snpr.cm/ravus0.jpg
Comment #4
mikeytown2 commentedIf using advagg & css_emimage this doesn't happen. It's not a fatal race condition; if it was fatal no file would be saved, right now empty files are being saved.
Comment #5
ckngThis is reproducible with
- advagg-7.x-2.4 + css_emimage-7.x-1.3
- advagg-7.x-2.x-dev + css_emimage-7.x-1.x-dev
Empty files are being generated, and css embedded image not happening.
Comment #6
nicholas.alipaz commentedWhat versions of advagg and css_emimage combination does this not happen on? thanks.
Comment #7
jason.fisher commentedi.e. As long as you have advagg configured and catching 404s, it should generate any needed/missing CSS on-the-fly and solve this issue. I think you might need to have the advagg bundler enabled.