Skip to content

Commit

Permalink
Merge pull request #173 from sashsvamir/patch-1
Browse files Browse the repository at this point in the history
Create FontAwesomeAsset
  • Loading branch information
schmunk42 committed Sep 3, 2018
2 parents 20edfac + b3f2748 commit 7cdb887
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions web/FontAwesomeAsset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
namespace dmstr\web;

use yii\web\AssetBundle;

/**
* FontAwesome AssetBundle
*/
class FontAwesomeAsset extends AssetBundle
{
public $sourcePath = '@vendor/almasaeed2010/adminlte/bower_components/font-awesome';

public $css = [
'css/font-awesome.css',
];
}

0 comments on commit 7cdb887

Please sign in to comment.