Closed (won't fix)
Project:
Advanced CSS/JS Aggregation
Version:
6.x-1.x-dev
Component:
Bundler
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2011 at 01:59 UTC
Updated:
29 May 2015 at 19:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mikeytown2 commentedString to look for in the file is "html {display:block;}". If it contains that, remove it from the bundled cache object in advagg_css_js_file_builder
$cached_data_key = 'advagg_file_builder_' . md5(implode('', array_filter(array_unique($files))));Comment #2
mikeytown2 commentedThis finds all empty files from the DB. Still need to account for modifiers like css_emimage.
Comment #3
mikeytown2 commentedpatch of what I have so far. Still needs work.
Comment #4
killes@www.drop.org commentedIs there something that I can do to help this along? I am getting a couple of small "html block" css files and would rather not.
Comment #5
mikeytown2 commentedMarking this a won't fix. Someone can take the patch I had and continue on if desired.