Posted by psynaptic on October 16, 2009 at 1:52am
Jump to:
| Project: | Code Filter |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
| Attachment | Size |
|---|---|
| codefilter.css_preprocess.patch | 675 bytes |
Comments
#1
Better title ;)
#2
+1. This seems like a simple one to commit to get some performance benefit.
#3
Please get it committed. I have like a hundred modules and codefilter.css is the only one not being aggregated.
#4
indeed.
#5
Applied to 6.x and 7.x branches.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.