You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By using ngWig in a project which has a Font Awesome library version newer than 4.4 as a dependency, the ngWig library downgrades that library to version 4.4.
On ng-wig.css file there's an import to Font Awesome library: @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
It should be located on the bower.json file instead as a dependency, so we can manage version conflicts on our projects.
The text was updated successfully, but these errors were encountered:
estreiten
changed the title
Fontawesome dependency hardcoded on css
Fontawesome dependency coded on css file
Nov 23, 2016
By using ngWig in a project which has a Font Awesome library version newer than 4.4 as a dependency, the ngWig library downgrades that library to version 4.4.
On ng-wig.css file there's an import to Font Awesome library:
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
It should be located on the bower.json file instead as a dependency, so we can manage version conflicts on our projects.
The text was updated successfully, but these errors were encountered: