Closed azhang closed 10 years ago
ah yeah that is dumb. i agree that template.jade
makes the most sense, since that's what goes in the templates
array in component.json
anyways. will gladly take a pull! thanks for looking into that
Sorry about creating all these issues! I haven't been able to figure out how to link a pull request with an existing issue.
no worries, more issues is fine by me :)
Cool, thanks! :)
as shown in the example. It only works if you do
It's a quick fix, I'll do a pull request by tonight.
Another issue with that same line of code is that by setting
file.filename = basename(file.filename)+'.html'
, it causes problems with equivalently named templates in different folders. It should just befile.filename
.