rmrevin / yii2-minify-view

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

How to use this in development environment? #7

Closed albertborsos closed 9 years ago

albertborsos commented 9 years ago

First, thank you for this awesome extension.

It works like a charm, but i can't use this in development environment, when I don't want to minify the stylesheets and javascripts.

I can't overwrite the view component's settings in the main-local.php because your View class has extra attributes.

I think it would be great to have an extra attribute like 'disable' => true

Or if you have an existing solution for development environments please share with us! Thank you!

rmrevin commented 9 years ago

Thank you for that use this extension. Alternatively it can be implemented through DI container. But I will add this option in the next version. Thank U.

rmrevin commented 9 years ago

Fixed.