Skip to content

Commit

Permalink
modified to use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Small committed Jul 5, 2021
1 parent 5d328f0 commit 79ea196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DatepickerAsset.php
Expand Up @@ -12,7 +12,7 @@

class DatepickerAsset extends AssetBundle
{
public $sourcePath = '@vendor/bower/bootstrap-datepicker/dist';
public $sourcePath = '@npm/bootstrap-datepicker/dist';
public $css = [
'css/bootstrap-datepicker.min.css',
'css/bootstrap-datepicker.css'
Expand All @@ -24,4 +24,4 @@ class DatepickerAsset extends AssetBundle
'yii\web\JqueryAsset',
'yii\bootstrap\BootstrapAsset',
];
}
}

0 comments on commit 79ea196

Please sign in to comment.