Skip to content

Commit

Permalink
update output
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Jul 18, 2023
1 parent 1e243e4 commit 8267968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8267968

Please sign in to comment.