Skip to content

Commit

Permalink
change tree asset
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-chepurnoi committed Mar 3, 2015
1 parent 82d4bb5 commit 2c40cf1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 540 deletions.
35 changes: 7 additions & 28 deletions TreeAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,21 @@
/**
* Class TreeAsset
* @package yii2mod\tree
*
* @author Igor Chepurnoy
*/
class TreeAsset extends AssetBundle
{

/**
* @var string
*/
public $sourcePath = '@bower';

/**
* @var array
*/
public $css = [
'fancytree/dist/skin-lion/ui.fancytree.css'
];

/**
* @var array
*/
Expand All @@ -27,34 +31,9 @@ class TreeAsset extends AssetBundle
];

/**
* Depends
* @var array
*/
public $depends = [
'app\assets\AppAsset',
'yii2mod\tree\TreeCssAsset',
];
}

/**
* Class TreeCssAsset
* @package yii2mod\tree
*
* @author Igor Chepurnoy
*/
class TreeCssAsset extends AssetBundle
{

/**
* @var string
*/
public $sourcePath = '@vendor/yii2mod/yii2-tree/assets';

/**
* @var array
*/
public $css = [
'css/ui.fancytree.css',
];

}
Binary file removed assets/css/icons.gif
Binary file not shown.
Binary file removed assets/css/loading.gif
Binary file not shown.
Loading

0 comments on commit 2c40cf1

Please sign in to comment.