Files
penpot/frontend/scripts/compile.js
Belén Albeza eae19e8252 📎 Remove leftover code
2024-07-08 15:57:35 +02:00

8 lines
169 B
JavaScript

import * as h from "./_helpers.js";
await h.compileStyles();
await h.copyAssets();
await h.compileSvgSprites();
await h.compileTemplates();
await h.compilePolyfills();