Files
penpot/frontend/scripts/build-app-assets.js
2026-07-20 10:06:02 +02:00

12 lines
296 B
JavaScript

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