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
Hi, I'm finding this package very useful so far - thanks!
Usually I create Jade templates using multiple tabs as indents instead of spaces. I'm finding that I can cause the Jade parser to crash if I use indentation on Handlebar logic, e.g. an if clause.
If I change the tabs to spaces instead everything works as expected.
I've a fairly minimal Meteor setup but it still could be something on my side, but so far cannot see what.
The text was updated successfully, but these errors were encountered:
Hi, I'm finding this package very useful so far - thanks!
Usually I create Jade templates using multiple tabs as indents instead of spaces. I'm finding that I can cause the Jade parser to crash if I use indentation on Handlebar logic, e.g. an if clause.
This parses fine:
but this will not:
If I change the tabs to spaces instead everything works as expected.
I've a fairly minimal Meteor setup but it still could be something on my side, but so far cannot see what.
The text was updated successfully, but these errors were encountered: