You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that while using -f minify:html,js on lektor server that when a change to an included file is made, the [parents] file isn't getting rebuilt.
When using in a template file:
{% include
Running `lekor server without the args to trigger the minification plugin allows Lektor to rebuild any files that include the modified file.
I'm running Lektor v3.1.3 with lektor-minify v1.2 on python:3.8 (Docker Compose)
The text was updated successfully, but these errors were encountered:
I've noticed that while using
-f minify:html,js
onlektor server
that when a change to an included file is made, the [parents] file isn't getting rebuilt.When using in a template file:
Running `lekor server without the args to trigger the minification plugin allows Lektor to rebuild any files that include the modified file.
I'm running Lektor
v3.1.3
with lektor-minifyv1.2
on python:3.8 (Docker Compose)The text was updated successfully, but these errors were encountered: