Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pptyasar committed Sep 21, 2018
1 parent 7e22576 commit adea67c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assets/AppAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class AppAsset extends AssetBundle
{

public $depends = [
'synamen\yii2-tabler-theme\ThemeAsset',
'synamen\yii2-tabler-theme\assets\ThemeAsset',
];
}
5 changes: 1 addition & 4 deletions assets/PluginAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,5 @@ class PluginAsset extends AssetBundle
'plugins/prismjs/js/prism.pack.js',

];
public $depends = [
'backend\assets\AppAsset',
//'yii\bootstrap\BootstrapAsset',
];

}
6 changes: 3 additions & 3 deletions assets/ThemeAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class ThemeAsset extends AssetBundle
public $depends = [
'yii\web\JqueryAsset',
'yii\web\YiiAsset',
'synamen\yii2-tabler-theme\HeadAsset',
'synamen\yii2-tabler-theme\FontAsset',
'synamen\yii2-tabler-theme\PluginAsset'
'synamen\yii2-tabler-theme\assets\HeadAsset',
'synamen\yii2-tabler-theme\assets\FontAsset',
'synamen\yii2-tabler-theme\assets\PluginAsset'
];
}

0 comments on commit adea67c

Please sign in to comment.