I just made some tests on a website with private download method and it seems unpossible to use javascript aggregator on it. I am curious to know if it would be possible to make it compatible by modifying, writting, rewritting some code.
I just made some tests on a website with private download method and it seems unpossible to use javascript aggregator on it. I am curious to know if it would be possible to make it compatible by modifying, writting, rewritting some code.
Comments
Comment #1
agence web coheractio commentedSubscribing
Same issue for me: got a "jQuery is not defined" and "$ is not defined"
Laurent
Comment #2
agence web coheractio commentedI've found a work around.
I've first used the following instructions to allow JS/CSS aggregation in private mode without javascript aggregator module: http://drupal.org/node/146611#comment-1182361
I've then installed javascript aggregator to use the minification and gzip functionalities.
The trick is that when you install javascript aggregator module, the .htaccess is deleted. You just to have to recreate the .htaccess with "allow from all" as mentionned above.
If there's a better solution, I'll appreciate your comments
Laurent
Comment #3
intropedro commentedSubscribing for version 6.x-1.2
Comment #4
arhak commentedfor those looking for workarounds for private download support:
according to issue 146611#comment-1182361 at #146611: Allow JS/CSS aggregation in private mode D7 is expected to ship with public/private by file functionality, so creating a new folder for D6 was denied
nevertheless, making a public folder available to support features unavailable for private download method is a very affordable cost
so I'll be maintaining such as a path for D6 at #181003: private download method and dynamically generated CSS and JS
Comment #5
mikeytown2 commentedModule that does this and more
http://drupal.org/project/advagg