I recently upgraded to bemto 1.0, and realized that if I passed literal false to an attribute, bemto would convert it into the string "false" and the attribute would be present, which isn't the default Jade behaviour. See here: https://github.com/pugjs/jade/issues/240#issuecomment-17875875
Tested this fix and it seemed to restore the default expected behaviour.
I recently upgraded to bemto 1.0, and realized that if I passed literal
false
to an attribute, bemto would convert it into the string"false"
and the attribute would be present, which isn't the default Jade behaviour. See here: https://github.com/pugjs/jade/issues/240#issuecomment-17875875Tested this fix and it seemed to restore the default expected behaviour.