jkilbride
Member
I have an external javascript file I am including with a template modification of the
Everything is working correctly, but I noticed that all the other javascript files are being versioned while mine is not. (e.g.
helper_js_global
template. I'm using something like this right below the <!--XF:JS-->
comment:
Code:
<xf:js src="/js/my/addon/my-file.min.js"></xf:js>
Everything is working correctly, but I noticed that all the other javascript files are being versioned while mine is not. (e.g.
/js/xf/core-compiled.js?_v=21ab4cbe
). Is there an easy way to automatically version my javascript file?