From 5d5fa4cd59417a26e6c1691981be8b6ff3ad2306 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 ff45c4a4..703d4213 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', ])