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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | javascript_aggregator_parallel.patch | 888 bytes | derjochenmeyer |
Comments
Comment #1
derjochenmeyer commentedI made a patch out of http://drupal.org/node/619112#comment-27976
Comment #2
derjochenmeyer commentedCommitted: http://drupal.org/cvs?commit=354376
Thanks.
Comment #3
srobert72 commentedI've just tested it. Patch works properly.
Thank you for this commit.
Comment #5
wim leersThis patch made this module also compatible with the CDN module. Great :)