XF 1.4 How to combine JS and CSS file into one file?

Betclever

Well-known member
Hello,

How to combine JS and CSS file into one file?
Is there any tuto and is this possible on Xenforo?

Thanks.
 
The CSS is already combined as necessary. The JS is combined as far as we think is worthwhile. Anything else is going to require custom development.
 
Use script and style tags respectively.

Thanks.

The CSS is already combined as necessary. The JS is combined as far as we think is worthwhile. Anything else is going to require custom development.

I have 9 externals JS scrips and 6 externals stylesheets. The goal is regroup all JS scripts in one script and "if possible" regroup all CSS stylesheets into one stylesheet.
However, I use an add-on to defer all JS to the footer but it is not enough to speed up my website.
I work with a developper but I try to do some things on my side to limit spendings.
So, you confirm that I have no choose to ask custom dev for this?
 
Top Bottom