0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 16:00:19 -05:00
penpot/frontend/scripts/build-app-assets.js
2024-08-05 17:39:37 +02:00

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