🎉 Add node scripts based compile & watch alternative to gulp

This commit is contained in:
Andrey Antukh 2024-03-01 15:23:35 +01:00
parent 83ac6024a2
commit ec9d67ae1e
11 changed files with 895 additions and 24 deletions

View 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();