mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 07:06:39 +02:00
✨ Add missing frontend translations to devenv watcher
This commit is contained in:
parent
195305e4c8
commit
b4c9528603
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@ h.watch("resources/templates", null, async function (path) {
|
||||||
await h.compileTemplates();
|
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 (~)")
|
log.info("watch: assets (~)")
|
||||||
h.watch(["resources/images", "resources/fonts", "resources/plugins-runtime"], null, async function (path) {
|
h.watch(["resources/images", "resources/fonts", "resources/plugins-runtime"], null, async function (path) {
|
||||||
log.info("changed:", path);
|
log.info("changed:", path);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue