Closed ericclemmons closed 11 years ago
It turns out HTMLmin was running on all templates because of an erroneous check ({} is not falsey).
{}
This fixes that, and, most noticeably, leaves most templates alone unless you actually definite the htmlmin option.
htmlmin
Closes #45 & #43
It turns out HTMLmin was running on all templates because of an erroneous check (
{}
is not falsey).This fixes that, and, most noticeably, leaves most templates alone unless you actually definite the
htmlmin
option.Closes #45 & #43