rmrevin / yii2-minify-view

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

Error with relative import in css file #66

Open thanhnambkhn opened 6 years ago

thanhnambkhn commented 6 years ago

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 file or directory

When I open all.css file, I found that line at the very first:

/* iCheck plugin skins
----------------------------------- */
@import url("minimal/_all.css");