From 8267968b768c9dc05d796d3e0b5df16fe135811b Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 18 Jul 2023 12:08:50 -0400 Subject: [PATCH] update output --- scripts/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.js b/scripts/build.js index 463bcd45b0..edbbdc1d04 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -264,7 +264,7 @@ if (serve) { // Rebuild and reload when source files change bs.watch('src/**/!(*.test).*').on('change', async filename => { - console.log('updated file: ', filename); + console.log('[build] File changed: ', filename); try { const isTheme = /^src\/themes/.test(filename);