rmrevin / yii2-minify-view

Yii2 View component with minification css & js
MIT License
191 stars 67 forks source link

Handle asset versioning #27

Closed synackSA closed 8 years ago

synackSA commented 8 years ago

Fixed up an error where it was trying to open file names with the version string added (?=) if appendTimestamp was set to true for the assetManager. Added relevent test cases

rmrevin commented 8 years ago

Thanks!