Skip to content

Commit

Permalink
Initial font awesome 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrevin committed Apr 1, 2018
1 parent 2ebb38f commit cd3d21d
Show file tree
Hide file tree
Showing 100 changed files with 28,001 additions and 6,242 deletions.
25 changes: 11 additions & 14 deletions AssetBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,26 @@ class AssetBundle extends \yii\web\AssetBundle
/**
* @inherit
*/
public $sourcePath = '@vendor/fortawesome/font-awesome';
public $sourcePath = '@vendor/rmrevin/yii2-fontawesome/assets/web-fonts-with-css';

/**
* @inherit
*/
public $css = [
'css/font-awesome.min.css',
'css/fontawesome-all.css',
];

/**
* @inherit
*/
public $publishOptions = [
'only' => [
"css/*",
"fonts/*",
],
'except' => [
"less",
"scss",
"src",
],
'only' => [
"css/*",
"webfonts/*",
],
'except' => [
"less",
"scss",
],
];


}
Loading

0 comments on commit cd3d21d

Please sign in to comment.