Skip to content

Commit

Permalink
fix(asset) fix path bower alias
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak authored Jun 26, 2020
1 parent d529d90 commit f3a4cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bundles/ResizableColumnsAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
class ResizableColumnsAsset extends AssetBundle
{
public $sourcePath = '@vendor/bower/jquery-resizable-columns/dist';
public $sourcePath = '@bower/jquery-resizable-columns/dist';
public $depends = [
'yii\web\JqueryAsset'
];
Expand All @@ -18,4 +18,4 @@ class ResizableColumnsAsset extends AssetBundle
public $css = [
'jquery.resizableColumns.css'
];
}
}

0 comments on commit f3a4cfc

Please sign in to comment.