mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🎉 Add node scripts based compile & watch alternative to gulp
This commit is contained in:
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();
|
||||
Reference in New Issue
Block a user