-
Notifications
You must be signed in to change notification settings - Fork 39
Template names starting with _ #199
Comments
No, I would merge a PR fixing that. |
Okay please assign this the bug label and i will try fixing this. |
Can you give me a pointer, where i should start working on this? I am now testing it with a standard meteor html template, just to make sure this is not being caused by meteor itself. |
The template name is calculated here. |
Thanks. |
Okay this works fine with Meteor simple html templates. I am going to try and fix this in your package. |
I think you also need to add |
Yes makes sense, thanks. |
Sorry @mquandalle. Seems this works already, it wasn't working for me as i renamed a bunch of template names to start with |
Ok, I understand the issue, will work on a fix. |
Actually underscores are already supported (from the |
Makes sense. Thanks for the quick fix 👍 |
Create a template file, such as
_test.tpl.jade
. This template cannot be included using+_test
but instead with+test
. Looks like a bug.@mquandalle is this, being done on purpose?
The text was updated successfully, but these errors were encountered: