Replies: 1 comment
-
I never thought about that...
Yes, not ideal...
I can confirm that, currently, we do not reload the template require file but I think it should be possible to do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use options -w (watch) and --preview as shown below:
Now, when I change
doc.adoc
then my changes are reflected in Chromium opened by--preview
. That is expected.However, my (structural) changes to
doc.js
are not taken into account. So whenever I changedoc.js
I need to terminate process above and restart again.Is that expected behaviour or do I miss something?
Beta Was this translation helpful? Give feedback.
All reactions