yii2-minify-view
yii2-minify-view copied to clipboard
Yii2 View component with minification css & js
Is it in roadmap create the Map files for minified JS ?
you lock mrclay/minify to version 3.0.7 and for it can not use php 8
Bumps [yiisoft/yii2](https://github.com/yiisoft/yii2-framework) from 2.0.35 to 2.0.38. Changelog Sourced from yiisoft/yii2's changelog. 2.0.38 September 14, 2020 Bug #13973: Correct alterColumn for MSSQL & drop constraints before dropping a column (darkdef) Bug...
Trying to use excludeBundles property, but when the css item is in array format, it runs into exception error 'Array to string conversion'. eg: ``` $css = [ ['style.css', 'id'...
I have a page where some parts of the content is fetched via AJAX. When all assets are minified, the ajax content includes link to a css file which has...
Hi Thanks. I want to solve this problem by putting the following code: ` function downloadJSAtOnload() { var element = document.createElement("script"); element.src = "defer.js"; document.body.appendChild(element); } if (window.addEventListener) window.addEventListener("load", downloadJSAtOnload,...
Hi rmrevin, at first: thanks a lot for your wonderful extension. It is great ! unfortunately i stumbled upon a problem: I use the https://github.com/himiklab/yii2-recaptcha-widget to display an captcha on...
Hi, When minifying with iCheck css on my Asset (such as: ``` public $css = [ 'themes/adminlte/plugins/iCheck/all.css', ..]; ``` I get that error: `file_get_contents(.../web/web/themes/adminlte/plugins/iCheck/minimal/_all.css): failed to open stream: No such...
Error happend when `$this->view->cssFiles` is null Check if empty `$cssFiles` is not null
PHP Warning – yii\base\ErrorException file_get_contents(): php_network_getaddresses: getaddrinfo failed: No such host is known. in C:\xampp\htdocs\zoop\vendor\rmrevin\yii2-minify-view\components\CSS.php at line 279 I got this error when i was not connect to internet that's...