Skip to content

Commit

Permalink
Update FontAwesomeAsset.php
Browse files Browse the repository at this point in the history
cuileon authored Feb 4, 2020
1 parent bf99dba commit d746d9d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions FontAwesomeAsset.php
Original file line number Diff line number Diff line change
@@ -17,12 +17,9 @@
*/
class FontAwesomeAsset extends AssetBundle
{
public $sourcePath = '@bower/font-awesome';
public $sourcePath = '@bower/font-awesome/js';

public $css = [
'css/fontawesome.css',
'css/brands.css',
'css/regular.css',
'css/solid.css',
public $js = [
'all.min.js',
];
}

0 comments on commit d746d9d

Please sign in to comment.