Skip to content

Commit

Permalink
Added FontAwesome like defer
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Apr 28, 2017
1 parent f5f7713 commit 5b0a29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/AppAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class AppAsset extends AssetBundle
public $sourcePath = '@hiqdev/assetpackagist/assets';
public $css = [
'css/site.css',
'//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css',
];
public $js = [
'https://use.fontawesome.com/483397b330.js'
];
public $depends = [
'yii\web\YiiAsset',
Expand Down

0 comments on commit 5b0a29f

Please sign in to comment.