You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect this is why templates with the following syntax do not get their local variables set correctly:
for person in people
It seems like the Jade plugin is only looking for the #{name} pattern, so loops in this format (Jade 1.0.0+?) aren't being included in the compiled template.
Bump to new version, please -)
The text was updated successfully, but these errors were encountered: