rmrevin / yii2-minify-view

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

Need to check a file existence #39

Closed bubooon closed 7 years ago

bubooon commented 7 years ago

File: components\CSS.php (line:53)

$content = file_get_contents($file);

Need to check a file existence and if it not exist generate exception, if site mode is production you will get unknown error #2. It was very hard to find the cause of the error.

rmrevin commented 7 years ago

Fixed in version 1.12.0