| Project: | Javascript Aggregator |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
This Javascript_Aggregator patch proposes solution to deliver JS files from external server.
#533190: PATCH: allow serving js files from an external file server
Drawback is it's only for JS files and only for Javascript_Aggregator 5.x
Parallel module is specialized in this work : http://drupal.org/project/parallel
It allows to deliver JS files from external server and also images or CSS files.
But there is an incompatibility with Javascript_Aggregator as they don't work in right order.
#619112: Incompatibility with Javascript Aggregator
There is many solutions. One could be to patch Javascript_Aggregator and how it searches for JS files URL.
I proposed a solution, could it be commited if you find it usefull ?
See http://drupal.org/node/619112#comment-2797672
Comments
#1
I made a patch out of http://drupal.org/node/619112#comment-27976
#2
Committed: http://drupal.org/cvs?commit=354376
Thanks.
#3
I've just tested it. Patch works properly.
Thank you for this commit.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.
#5
This patch made this module also compatible with the CDN module. Great :)