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
According to the pug documentation absolute include paths should include from basedir and relative from the currently compiled file.
Currently all paths are handled as relative.
Pug docs quote:
If the path is absolute (e.g., include /root.pug), it is resolved by prepending options.basedir. Otherwise, paths are resolved relative to the current file being compiled.
According to the pug documentation absolute include paths should include from basedir and relative from the currently compiled file.
Currently all paths are handled as relative.
Pug docs quote:
Current handling:
https://github.com/Joker/jade/blob/master/jade_parse.go#L486-L489
The text was updated successfully, but these errors were encountered: