0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 06:41:40 -05:00

🐛 Create resources/public/css/ on run-devenv

This commit is contained in:
Alejandro Alonso 2024-06-18 13:59:57 +02:00 committed by Andrey Antukh
parent 52a49a7359
commit 3e657874d7

View file

@ -35,6 +35,7 @@ async function compileSass(path) {
log.info("done:", `(${ppt(end)})`);
}
await fs.mkdir("./resources/public/css/", { recursive: true });
await compileSassAll();
await h.copyAssets()
await h.compileSvgSprites()