Skip to content

Commit

Permalink
Merge pull request #23 from brussens/master
Browse files Browse the repository at this point in the history
Change yii alias to bower asset path
  • Loading branch information
zelenin authored May 3, 2018
2 parents 20b6c5f + ded7025 commit 84109cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/SemanticUICSSAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class SemanticUICSSAsset extends AssetBundle
/**
* @var string
*/
public $sourcePath = '@vendor/bower/semantic/dist';
public $sourcePath = '@bower/semantic-ui/dist';

public function init()
{
Expand Down
2 changes: 1 addition & 1 deletion assets/SemanticUIJSAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class SemanticUIJSAsset extends AssetBundle
/**
* @var string
*/
public $sourcePath = '@vendor/bower/semantic/dist';
public $sourcePath = '@bower/semantic-ui/dist';

/**
* @var array
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require": {
"yiisoft/yii2": "~2",
"bower-asset/semantic": "~2"
"bower-asset/semantic-ui": "~2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 84109cd

Please sign in to comment.