Forum Discussion
luk
6 years agoBoss
steffenschoene you might try to avoid the CDN entirely by not using asset.get()... Lithium won't like that too much, but if they can't get the CDN to properly clear after a publish, that might be your only way out without having to contact support each time.
Furthermore, you can avoid your restadmin() call entirely and still get the version information of Lithium, check out the application context object of FreeMarker!
In your specific case it might look something like this:
<script type="text/javascript" src="/html/assets/js/thc.global.min.js?v=${application.version.revision}"></script>