Usbac / tundra

Small, fast and customizable template engine for NodeJS.
MIT License
24 stars 1 forks source link

@extends does not respect the baseDir #5

Closed wolframkriesing closed 4 years ago

wolframkriesing commented 4 years ago

In the @extends(src/templates/_base.html) I always have to pass the src/templates too, even though I have set it via tundra.setBase('src/templates'). Is this intended or a bug?

Usbac commented 4 years ago

Hello @wolframkriesing! Yes it is intended, but that will change for the next major release soon. :)

wolframkriesing commented 4 years ago

thanks, looking fwd to it