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

derjochenmeyer’s picture

Status: Active » Closed (won't fix)

After 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.