rmrevin / yii2-minify-view

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

option parameter : minify js+css / only js / only css #15

Closed mzysk closed 9 years ago

mzysk commented 9 years ago

I'm new to github, so forgive if my request is in wrong category.

Great extensions but minifying css causing conflicts in my case. Could you add parameter to decide if i want to minify js&css or just separate files?

For now i've just commented out #102 line of View.php and it's working good but want to have that solution updateable.

It will be great. Thank You.

rmrevin commented 9 years ago

Fixed in version 1.8.3. Use parameters minifyCss and minifyJs. Thanks.