Skip to content

Commit

Permalink
Update FontAwesomeAsset.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cuileon authored Feb 12, 2019
1 parent b6b3859 commit 8bf5860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FontAwesomeAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
*/
class FontAwesomeAsset extends AssetBundle
{
public $sourcePath = '@bower/font-awesome/svg-with-js';
public $sourcePath = '@bower/font-awesome/js';

public $js = [
'js/fontawesome-all.min.js',
'all.min.js',
];
}

0 comments on commit 8bf5860

Please sign in to comment.