-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get namespaces to work #733
Comments
@RobLoach sorry to ping you here directly. I am sort of stuck on this. At first sight, do you have any idea if I am missing something in how I call |
Closing since the original PR referenced did not end up using this library. If any one else encounters this issue, please provide a simple, reproducible example of it not working as expected. |
I can reproduce this as well... Project structure:
Console output:
|
In PR pattern-lab/patternlab-node#1135, I'm trying to replace
node-twig
with thistwig
library as the engine.However, I can't seem to get the
namespaces
feature to work. Here is what I pass toTwig.twig()
function:But I get this as result:
In the
namespaces
configuration, I tried to pass both absolute and relative paths but neither of the two seem to work for me.The text was updated successfully, but these errors were encountered: