Closed (fixed)
Project:
Advanced CSS/JS Aggregation
Version:
6.x-1.x-dev
Component:
JS CDN
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2011 at 22:50 UTC
Updated:
9 Jul 2012 at 21:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
neilnz commentedGiven that the jquery_ui module no longer adds jquery-ui.js, rather it adds ui.module.min.js etc (and deps), the current advagg_js_cdn module doesn't handle jquery_ui anymore.
Here's a patch that makes it replace all instances of jQuery UI files with the single bundle from Google, making the functionality work again.
Basically it works by no longer searching for a single file, but rather any file added from the jquery_ui module's JS dir.
Comment #2
mikeytown2 commentedThanks for the patch it has been committed.
http://drupalcode.org/project/advagg.git/commitdiff/9ed6b6bcc24df2de578d...