mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
✨ Support development and production plugin runtime
This commit is contained in:
committed by
Andrey Antukh
parent
97c3abfd60
commit
d7324b2e98
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user