Skip to content

1858

Compare
Choose a tag to compare
@mulle-nat mulle-nat released this 14 Jun 14:42
· 19 commits to release since this release

There is an option that allows specifying includes via the environment like so: MULLESCION_ALLOW_GETENV_INCLUDES="YES" MY_INCLUDE="foo.scion" mulle-scion bar.scion none and then in bar.scion use {% includes MY_INCLUDE %}. This looks obscure, but I needed it to wrap code around existing templates.

MULLESCION_.. environment variables now are of the YES/NO variety.

On Apple platforms running mulle-scion -w automatically opens a browser window to the documentation now.