yii2-assets-auto-compress
yii2-assets-auto-compress copied to clipboard
Automatic compilation of js + css + html
Hi, this extension is awesome. To speed things up, it would be great to skip files ending with .min.css or .min.js from running again through e.g. CssMin::minify. Best thing would...
Hi, I'm on a point where my combined css grows above 278kB which causes issues in IE9, as this stupid browser cannot handle stylesheets bigger than this limit (see: http://stackoverflow.com/a/23241583)....
- After activating your plugin, It's raised an error. Can not render my login-page properly. - Links: - https://demo.gikapp.com/ecom_uti/backend/web/site/login (my site) - http://prntscr.com/c3x8qg (image: 500 Internal Server Error)
I got following error on remoter server which is implemented with ssl: SSL certificate problem: unable to get local issuer certificate I have checked the source of the page, it...
if app set theme after render yii display ``` php Invalid Parameter – yii\base\InvalidParamException The view file does not exist: /home/wwwroot/com.yii/backend/views/site/index.php ```
Part of the CDN address, after compression, dependency order error
Minify_CSS is deprecated, Minify_CSS has been replaced by Minify_CSSmin. Also, in the old version, there are problems with compilation, expressions with + do not contain spaces. For example: ```css font-size:clamp(1.313rem,0.5rem+2.5vw,2.75rem)...