slav123 / CodeIgniter-minify

CodeIgniter minify library CSS and JavaScript compression on the fly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Versionning

kalimerre opened this issue · comments

Hello

Is that possible to include a parameter to add a ?version= for a CSS/JS minified file if build is set to TRUE (or if build has been made because of a change in the files) ?

I got a cache system for JS/CSS files and I need to clear cache to update and get last version of file
With ?version= I won't need anymore to clear cache as it will add a new version each time it builds

Regards