v0.1.2
Exposes environment name to templates. Use env
in a template to get the current build environment name:
{% if env == 'production' %}
This will show only when running `maizzle build production`
{% endif %}
Exposes environment name to templates. Use env
in a template to get the current build environment name:
{% if env == 'production' %}
This will show only when running `maizzle build production`
{% endif %}