Skip to content

Commit

Permalink
�PNotifyAsset - fixed sourcePath
Browse files Browse the repository at this point in the history
As a result of PNotify plugin update, they reorganized a repository.
  • Loading branch information
SilverFire committed Sep 8, 2015
1 parent e531546 commit b18961d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PNotifyAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class PNotifyAsset extends AssetBundle
{

public $sourcePath = '@bower/pnotify';
public $sourcePath = '@bower/pnotify/src';
public $js = [
'pnotify.core.js',
'pnotify.buttons.js',
Expand Down

0 comments on commit b18961d

Please sign in to comment.