mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 20:46:38 +02:00
🎉 Add node scripts based compile & watch alternative to gulp
This commit is contained in:
parent
83ac6024a2
commit
ec9d67ae1e
11 changed files with 895 additions and 24 deletions
10
frontend/scripts/compile.js
Normal file
10
frontend/scripts/compile.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
import fs from "node:fs/promises";
|
||||
import ppt from "pretty-time";
|
||||
import log from "fancy-log";
|
||||
import * as h from "./_helpers.js";
|
||||
|
||||
await h.compileStyles();
|
||||
await h.copyAssets()
|
||||
await h.compileSvgSprites()
|
||||
await h.compileTemplates();
|
||||
await h.compilePolyfills();
|
Loading…
Add table
Add a link
Reference in a new issue