rmrevin / yii2-minify-view

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

Added few useful options. #17

Closed NecroMan closed 8 years ago

NecroMan commented 8 years ago

Most of production files are minified itself, so it is useful to just join many files in one without long compression. And there is another method to check the file was modified which 2 times faster. May be useful too in production mode, where all files published and change rarely.