From 6e6dcf0f176d9d85ec880e982b47f9647fb42185 Mon Sep 17 00:00:00 2001 From: DieGOs <9585999@gmail.com> Date: Thu, 31 Aug 2017 23:45:54 +0300 Subject: [PATCH 1/2] Update config.json change watch path controllers --- resources/assets/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/config.json b/resources/assets/config.json index e1d6b915e8..f6dad6d731 100644 --- a/resources/assets/config.json +++ b/resources/assets/config.json @@ -14,8 +14,8 @@ "cacheBusting": "[name]_[hash:8]", "watch": [ "app/**/*.php", + "app/controllers/**/*.php", "config/**/*.php", - "resources/controllers/**/*.php", "resources/views/**/*.php" ] } From 0420c237fa16729a4cd5952135ffc931019bdd4b Mon Sep 17 00:00:00 2001 From: DieGOs <9585999@gmail.com> Date: Fri, 1 Sep 2017 00:04:38 +0300 Subject: [PATCH 2/2] Update config.json --- resources/assets/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/assets/config.json b/resources/assets/config.json index f6dad6d731..385425cad9 100644 --- a/resources/assets/config.json +++ b/resources/assets/config.json @@ -14,7 +14,6 @@ "cacheBusting": "[name]_[hash:8]", "watch": [ "app/**/*.php", - "app/controllers/**/*.php", "config/**/*.php", "resources/views/**/*.php" ]