Closed (fixed)
Project:
Code Filter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2009 at 01:52 UTC
Updated:
10 Nov 2010 at 13:50 UTC
Attached patch simply removes some unnecessary parameters to the drupal_add_css call.
The behaviour before the patch is to add the codefilter.css file separately and causes an extra HTTP request for no reason. The new behaviour is to allow the CSS file to be aggregated with the others.
| Comment | File | Size | Author |
|---|---|---|---|
| codefilter.css_preprocess.patch | 675 bytes | psynaptic |
Comments
Comment #1
psynaptic commentedBetter title ;)
Comment #2
greggles+1. This seems like a simple one to commit to get some performance benefit.
Comment #3
drurian commentedPlease get it committed. I have like a hundred modules and codefilter.css is the only one not being aggregated.
Comment #4
gregglesindeed.
Comment #5
johnalbinApplied to 6.x and 7.x branches.