pull/1460/head
Cory LaViska 2023-07-18 12:08:50 -04:00
rodzic 1e243e4257
commit 8267968b76
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);