mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 20:46:38 +02:00
✨ Improve scss compilation error handling
Don't stop watch scss process on compilation error
This commit is contained in:
parent
577b731b22
commit
e1c9691567
2 changed files with 14 additions and 6 deletions
|
@ -508,6 +508,7 @@ export async function compileStyles() {
|
|||
const start = process.hrtime();
|
||||
|
||||
log.info("init: compile styles");
|
||||
|
||||
let result = await compileSassAll(worker);
|
||||
result = concatSass(result);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue