mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 11:46:37 +02:00
✨ Support development and production plugin runtime
This commit is contained in:
parent
97c3abfd60
commit
d7324b2e98
4 changed files with 14 additions and 23 deletions
|
@ -64,7 +64,7 @@ h.watch("resources/templates", null, async function (path) {
|
|||
});
|
||||
|
||||
log.info("watch: assets (~)")
|
||||
h.watch(["resources/images", "resources/fonts"], null, async function (path) {
|
||||
h.watch(["resources/images", "resources/fonts", "resources/plugins-runtime"], null, async function (path) {
|
||||
log.info("changed:", path);
|
||||
await h.compileSvgSprites();
|
||||
await h.copyAssets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue