Allow aggregation of CSS file
psynaptic - October 16, 2009 - 01:52
| Project: | Code Filter |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
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 |

#1
Better title ;)
#2
+1. This seems like a simple one to commit to get some performance benefit.