Skip to content

Commit

Permalink
Merge pull request #3 from SilverFire/patch-2
Browse files Browse the repository at this point in the history
�PNotifyAsset - fixed sourcePath
  • Loading branch information
klevron committed Sep 18, 2015
2 parents e531546 + b18961d commit 11d158e
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 11d158e

Please sign in to comment.