Releases: maizzle/framework
Releases · maizzle/framework
v0.1.4
v0.1.3
Fixes a race condition while developing locally.
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 %}