fix(ags): make sure reloadcss works
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
92fe82ab6a
commit
0d0f513007
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export const watchAndCompileSass = () => {
|
|||
execAsync(`sassc ${scss} ${css}`).then(() => {
|
||||
App.resetCss();
|
||||
App.applyCss(css);
|
||||
});
|
||||
}).catch(reloadCss);
|
||||
};
|
||||
|
||||
monitorFile(
|
||||
|
|
Loading…
Reference in a new issue