Hi,
When CDN is enabled,
and you load a script through
the smarty {script src=""} syntax,
it does not use the CDN url.
The CDN is used only for the scripts.js file,
which you can extend using hooks/index/scripts.post.tpl .
But, If you want to load a js file in another tpl,
(for example a big js that is only needed in some pages),
the CDN url is not used.
Is there a fix for that?
Thanks.