From a83a10ce694b2d401fd10ffa13791780e6e63a62 Mon Sep 17 00:00:00 2001 From: Date: Sun, 9 Jul 2017 07:11:57 -0700 Subject: [PATCH] Add config and controllers to BS watch --- resources/assets/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/assets/config.json b/resources/assets/config.json index 4dfdb17..9a47eb4 100644 --- a/resources/assets/config.json +++ b/resources/assets/config.json @@ -13,6 +13,9 @@ "proxyUrl": "http://localhost:3000", "cacheBusting": "[name]_[hash:8]", "watch": [ - "{app,resources/views}/**/*.php" + "app/**/*.php", + "config/**/*.php", + "resoruces/controllers/**/*.php", + "resources/views/**/*.php" ] }