Closed (won't fix)
Project:
Javascript Aggregator
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 May 2009 at 17:52 UTC
Updated:
23 May 2009 at 14:49 UTC
hello,
is there a way to get ALL the js wrapped down into a single file? All nodes should load this
file. Currently node based custom js minified files are used by default..
The background is that I realize pageloads by ajax xhr so I need all js stuff
loaded initially in the very first (and real) pageload.
thx for reps!
melchior
Comments
Comment #1
derjochenmeyer commentedAfter a quick research I think that its not possible to influence core javascript handling. The only possible way could be to scan all directories for js files and aggregate them all and replacing / disabling the core js handling completely. This is not the goal of this module.