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:
parent
52a49a7359
commit
3e657874d7
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue