From cf2dc5430a3e050cc65be6169a362466bf269906 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sat, 5 Mar 2022 09:41:56 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20improve:=20no=20need=20to=20watc?= =?UTF-8?q?h=20tailwind.config.js=20(#3000)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kelly Mears --- bud.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bud.config.js b/bud.config.js index a35b8c4..1437ee6 100644 --- a/bud.config.js +++ b/bud.config.js @@ -25,11 +25,7 @@ module.exports = async (app) => { * These files will trigger a full page reload * when modified. */ - .watch([ - 'tailwind.config.js', - 'resources/views/**/*.blade.php', - 'app/View/**/*.php', - ]) + .watch('resources/views/**/*', 'app/**/*') /** * Target URL to be proxied by the dev server.