Skip to content

Commit

Permalink
修正资源路径
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kevin committed Jul 20, 2017
1 parent 50c7f8c commit df118f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assetBundle/ParticlegroundAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class ParticlegroundAsset extends AssetBundle
{

public $sourcePath = '@wonail/base/plugins/particleground-master';
public $sourcePath = '@vendor/wonail/yii2-base/plugins/particleground-master';

public $css = [
'demo/css/style.css',
Expand Down
2 changes: 1 addition & 1 deletion assetBundle/WnAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class WnAsset extends AssetBundle
{

public $sourcePath = '@wonail/base/assets';
public $sourcePath = '@vendor/wonail/yii2-base/assets';

public $css = [
'css/wn.css',
Expand Down

0 comments on commit df118f4

Please sign in to comment.