Skip to content

Commit

Permalink
fix: import devbar js deps from unpkg (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Oct 1, 2020
1 parent 722adcd commit 81d9840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DevbarAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class DevbarAsset extends AssetBundle
/**
* {@inheritdoc}
*/
public $sourcePath = '@npm/yii2-devtools.js/dist';
public $baseUrl = 'https://unpkg.com/@devbar/toolbar/dist/';
/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 81d9840

Please sign in to comment.