0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00
penpot/frontend/scripts/build-app-assets.js

8 lines
169 B
JavaScript
Raw Normal View History

import * as h from "./_helpers.js";
await h.compileStyles();
2024-07-01 03:28:40 -05:00
await h.copyAssets();
await h.compileSvgSprites();
await h.compileTemplates();
await h.compilePolyfills();