0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-07 23:08:24 -05:00

Add missing frontend translations to devenv watcher

This commit is contained in:
Andrey Antukh 2024-06-13 11:41:12 +02:00
parent 195305e4c8
commit b4c9528603

View file

@ -63,6 +63,12 @@ h.watch("resources/templates", null, async function (path) {
await h.compileTemplates();
});
log.info("watch: translations (~)")
h.watch("translations", null, async function (path) {
log.info("changed:", path);
await h.compileTemplates();
});
log.info("watch: assets (~)")
h.watch(["resources/images", "resources/fonts", "resources/plugins-runtime"], null, async function (path) {
log.info("changed:", path);