We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used to have these packages:
"@pattern-lab/core": "^5.15.0", "@pattern-lab/engine-twig-php": "^5.15.0", "@pattern-lab/uikit-workshop": "^5.15.0",
And my patternlab-config.json file was created this way:
patternlab-config.json
"engines": { "twig": { "namespaces": [ { "id": "uikit", "recursive": true, "paths": [ "./node_modules/@pattern-lab/uikit-workshop/views-twig" ] }, { "id": "atoms", "recursive": true, "paths": [ "./src/pattern-lab/_patterns/00-atoms" ] }, { "id": "molecules", "recursive": true, "paths": [ "./src/pattern-lab/_patterns/01-molecules" ] }, { "id": "organisms", "recursive": true, "paths": [ "./src/pattern-lab/_patterns/02-organisms" ] }, { "id": "templates", "recursive": true, "paths": [ "./src/pattern-lab/_patterns/03-templates" ] } ], "alterTwigEnv": [ { "file": "alter-twig.php", "functions": [ "addCustomExtension" ] } ] } }
Now that I finally updated my packages to:
"@pattern-lab/core": "^6.0.1", "@pattern-lab/engine-twig-php": "^6.0.1", "@pattern-lab/uikit-workshop": "^6.0.3",
The "twig" engines are not working, the npm run build command says that I haven't configured the twig engines properly.
npm run build
I can't find an example nor (worst) documentation on how to accomplish this.
Can someone really help me please? I'll be glad, thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used to have these packages:
And my
patternlab-config.json
file was created this way:Now that I finally updated my packages to:
The "twig" engines are not working, the
npm run build
command says that I haven't configured the twig engines properly.I can't find an example nor (worst) documentation on how to accomplish this.
Can someone really help me please? I'll be glad, thanks
The text was updated successfully, but these errors were encountered: