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
@ddfreyne thanks for the quick response 😄 I was looking for a similar solution like guard-nanoc provides. compile and view would work, but that would require running them in two terminals.
If there was a flag or a variable that we could set, that would be great! At this point I guess I'm nitpicking, so feel free to close this :)
Is there a way to disable the page auto-reload when
nanoc-live
is used?I see
view_options = options.merge('live-reload': true)
is used inhttps://github.com/nanoc/nanoc/blob/d0dbd4c0301bf178a862d06c7408317a63eefb81/nanoc-live/lib/nanoc/live/command_runners/live.rb#L28, but not sure if you could somehow set this to false 🤔
The text was updated successfully, but these errors were encountered: