From b18961d532ea874ecb8169e8441266a4c1bc5ef6 Mon Sep 17 00:00:00 2001 From: Dmitry Naumenko Date: Tue, 8 Sep 2015 19:19:09 +0300 Subject: [PATCH] PNotifyAsset - fixed sourcePath As a result of PNotify plugin update, they reorganized a repository. --- PNotifyAsset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PNotifyAsset.php b/PNotifyAsset.php index 3a897bf..1988c67 100644 --- a/PNotifyAsset.php +++ b/PNotifyAsset.php @@ -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',