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

derjochenmeyer’s picture

Status: Active » Needs review
StatusFileSize
new888 bytes
derjochenmeyer’s picture

Status: Needs review » Fixed
srobert72’s picture

I've just tested it. Patch works properly.

Thank you for this commit.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

wim leers’s picture

This patch made this module also compatible with the CDN module. Great :)