Closed BlackSkorpio closed 7 years ago
Enviroment: latest Koken
Using <koken:asset file="inc/js/main.min.js?2.3" /> will make Koken not recognize the javascript: dues not including it at all.
<koken:asset file="inc/js/main.min.js?2.3" />
Added a new version parameter to koken:asset in v0.22.13-beta.6. If set to true the theme's version number will be used as a cache buster or if set to a string then that string will be used instead.
version
koken:asset
true
Enviroment: latest Koken
Using
<koken:asset file="inc/js/main.min.js?2.3" />
will make Koken not recognize the javascript: dues not including it at all.