From d1d9dc03bf236335987ae0b9e681005ee4203ae5 Mon Sep 17 00:00:00 2001 From: Kelly Mears Date: Mon, 13 Dec 2021 15:40:12 -0800 Subject: [PATCH] update watch glob for views directory (#2892) --- bud.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bud.config.js b/bud.config.js index ff45c4a..703d421 100644 --- a/bud.config.js +++ b/bud.config.js @@ -29,7 +29,7 @@ module.exports = async (config) => */ .watch([ 'tailwind.config.js', - 'resources/views/*.blade.php', + 'resources/views/**/*.blade.php', 'app/View/**/*.php', ])