rmrevin / yii2-minify-view

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

Broken external file support #10

Closed sadgmbh closed 9 years ago

sadgmbh commented 9 years ago

Currently, external files weren't be ignored by the $schema array from line 43. In my case the process failes on line 122: $content = file_get_contents(\Yii::getAlias($this->base_path) . $file); while trying to include an external file using // shema in asset: file_get_contents(/var/www/[..]/dev/web///fonts.googleapis.com/css?family=Exo+2:400,600,800): failed to open stream: No such file or directory

rmrevin commented 9 years ago

Fixed in version 1.7.6, thanks.