yii2-assets-auto-compress
yii2-assets-auto-compress copied to clipboard
Bug when file is missing
When a css file is missing your code never ends
@robov https://github.com/skeeks-semenov/yii2-assets-auto-compress/blob/master/AssetsAutoCompressComponent.php#L613
If the file does not exist, all the files are not merged into one. And it works, as the bud that would, this component at all. I decided to do so until. Probably it is necessary to write about it ...
What about the option to bypass that exeption?
'ignore_missing_files' =>true;
Then your extension is a bit more bulletproof and it handles the documentation, as you can write about it in the settings itself
@robov Yes, a great idea, do a little later
Can you comment when you have some so? Then I can continue testing
@robov Yes, most likely it will Monday
In addition, this bug is observed if the file is empty.