Skip to content

v0.1.2

Compare
Choose a tag to compare
@cossssmin cossssmin released this 01 Apr 09:33
· 2127 commits to master since this release

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 %}

0.1.1...0.1.2