penpot/frontend/scripts/build-app-assets.js

9 lines
199 B
JavaScript

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