Skip to content

Commit 8361e74

Browse files
committed
add material icons for self-hosting
1 parent 15deef2 commit 8361e74

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"role": "Developer"
1414
}
1515
],
16-
"version": "3.1.0",
1716
"require": {
1817
"php": "^7.4 || ^8.0",
1918
"yiisoft/yii2": "~2.0.0",
2019

21-
"npm-asset/materializecss--materialize": "1.1.0"
20+
"npm-asset/materializecss--materialize": "1.1.0",
21+
"npm-asset/material-icons": "*"
2222
},
2323
"autoload": {
2424
"psr-4": {

src/assets/MaterializeAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class MaterializeAsset extends AssetBundle
2020
/**
2121
* @var string the directory that contains the source asset files for this asset bundle.
2222
*/
23-
public $sourcePath = '@bower/materialize/dist';
23+
public $sourcePath = '@npm/materializecss--materialize/dist';
2424

2525
/**
2626
* @var array list of CSS files that this bundle contains.

src/assets/MaterializePluginAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class MaterializePluginAsset extends AssetBundle
2020
/**
2121
* @var string the directory that contains the source asset files for this asset bundle.
2222
*/
23-
public $sourcePath = '@bower/materialize/dist';
23+
public $sourcePath = '@npm/materializecss--materialize/dist';
2424

2525
/**
2626
* @var array list of JS files that this bundle contains.

0 commit comments

Comments
 (0)