Closed (won't fix)
Project:
Javascript Aggregator
Version:
5.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2009 at 20:05 UTC
Updated:
14 Apr 2010 at 01:03 UTC
After adding an entry to javascript_aggregator_exclude_js via the Web interface and removing it, I ended up with a single blank line for that setting. javascript_aggregator turned that into a pattern that matched anything (~$~), and so didn't actually aggregate anything!
This patch removes leading and trailing whitespace from javascript_aggregator_exclude_js, then ignores it if there is nothing left.
That fixed the problem for me.
| Comment | File | Size | Author |
|---|---|---|---|
| javascript_aggregator_wspat.patch | 1.18 KB | scottgifford |
Comments
Comment #1
derjochenmeyer commentedThanks, committed: http://drupal.org/cvs?commit=354410
Please try newest dev version.