On Sun, 30 Apr 2023 at 18:02, Mitch Berkson <[email protected]> wrote: > > When I change a .py shortcode file, Nikola doesn't notice it when it builds. > Is that right?
You would need to specify the appropriate dependencies manually. For Python-based shortcodes, you can just return [__file__] as the dependency list and it should work (in typical environments, i.e. if the path to the .py file doesn’t change very often). -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16 -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/CAMw%2Bj7LN9Pb7xqF19iXMBN6c4e-nxjgGkpKKXpm7s%3DhEbtgixw%40mail.gmail.com.
