ags: lot of stuff lmao
This commit is contained in:
@@ -41,7 +41,7 @@ function watch(): void {
|
||||
`${path}`,
|
||||
(file: string) => {
|
||||
// Ignore tmp files
|
||||
if(!file.endsWith('~')) {
|
||||
if(!file.endsWith('~') && !Number.isNaN(file)) {
|
||||
console.log(`[LOG] Stylesheet ${file} file updated`)
|
||||
compileStyle();
|
||||
applyStyle();
|
||||
|
||||
Reference in New Issue
Block a user