Skip to content

Commit

Permalink
Use budoux delivered by unpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
fetus-hina committed Jan 14, 2024
1 parent 816fb4f commit f550162
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 335 deletions.
1 change: 0 additions & 1 deletion assets/budoux/BudouxWebComponentsAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@

abstract class BudouxWebComponentsAsset extends AssetBundle
{
public $sourcePath = '@npm/budoux/bundle';
}
2 changes: 1 addition & 1 deletion assets/budoux/BudouxWebComponentsJaAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
final class BudouxWebComponentsJaAsset extends BudouxWebComponentsAsset
{
public $js = [
'budoux-ja.min.js',
'https://unpkg.com/budoux/bundle/budoux-ja.min.js',
];
}
2 changes: 1 addition & 1 deletion assets/budoux/BudouxWebComponentsZhHansAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
final class BudouxWebComponentsZhHansAsset extends BudouxWebComponentsAsset
{
public $js = [
'budoux-zh-hans.min.js',
'https://unpkg.com/budoux/bundle/budoux-zh-hans.min.js',
];
}
2 changes: 1 addition & 1 deletion assets/budoux/BudouxWebComponentsZhHantAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
final class BudouxWebComponentsZhHantAsset extends BudouxWebComponentsAsset
{
public $js = [
'budoux-zh-hant.min.js',
'https://unpkg.com/budoux/bundle/budoux-zh-hant.min.js',
];
}
Loading

0 comments on commit f550162

Please sign in to comment.