Skip to content

Commit 241f749

Browse files
committed
gh-66 Fix sourcepath for bootstrap 4
1 parent a8676de commit 241f749

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"php": ">=5.5.0",
3030
"yiisoft/yii2": "~2.0.13",
3131
"bower-asset/datatables": "~1.10.15",
32-
"bower-asset/datatables-plugins": "~1.10.15"
32+
"bower-asset/datatables.net-bs4": "~1.10.15"
3333
},
3434
"autoload": {
3535
"psr-4": {

src/assets/DataTableBootstrapAsset.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
class DataTableBootstrapAsset extends AssetBundle
1414
{
15-
public $sourcePath = '@bower/datatables-plugins/integration/bootstrap/3';
15+
# public $sourcePath = '@bower/datatables-plugins/integration/bootstrap/3';
16+
public $sourcePath = '@bower/datatables.net-bs4';
1617

1718
public $depends = [
1819
DataTableBaseAsset::class,

0 commit comments

Comments
 (0)