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.

CommentFileSizeAuthor
javascript_aggregator_wspat.patch1.18 KBscottgifford

Comments

derjochenmeyer’s picture

Status: Needs review » Closed (won't fix)

Thanks, committed: http://drupal.org/cvs?commit=354410

Please try newest dev version.