rmrevin / yii2-minify-view

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

External sources #8

Closed eshchapov closed 9 years ago

eshchapov commented 9 years ago

How can we handle external sources? Like jQuery with its //code.jquery.com/jquery-1.11.2.min.js or smth else.

rmrevin commented 9 years ago

We have added support for external javascript files in version 1.7.0 Thank U.

eshchapov commented 9 years ago

It will work for external css too? Mostly i mean google/fonts as external css

eshchapov commented 9 years ago

As i can see, its not getting data from google/fonts css files((

rmrevin commented 9 years ago

For css we will add support later. You can insert a link to google fonts via @import. This method is processed without problems.

eshchapov commented 9 years ago

Ok