Skip to content

Commit

Permalink
Merge pull request #1 from PaulKish/master
Browse files Browse the repository at this point in the history
Update ColorPickerAsset.php
  • Loading branch information
zgb7mtr committed Feb 25, 2018
2 parents 663baf8 + f96334d commit 9f07ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ColorPickerAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class ColorPickerAsset extends AssetBundle
{
public $sourcePath = '@vendor/bower/bootstrap-colorpicker/dist';
public $sourcePath = '@vendor/bower-asset/bootstrap-colorpicker/dist';

public $depends = [
'yii\bootstrap\BootstrapPluginAsset'
Expand All @@ -20,4 +20,4 @@ public function init() {
$this->css[] = YII_DEBUG ? 'css/bootstrap-colorpicker.css' : 'css/bootstrap-colorpicker.min.css';
$this->js[] = YII_DEBUG ? 'js/bootstrap-colorpicker.js' : 'js/bootstrap-colorpicker.min.js';
}
}
}

0 comments on commit 9f07ec8

Please sign in to comment.