koken / issues

Public issue tracker for Koken http://koken.me
8 stars 0 forks source link

Koken:asset breaks when versioning JS #20

Closed BlackSkorpio closed 7 years ago

BlackSkorpio commented 8 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.

MikeCostello commented 7 years ago

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.