Skip to content
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

<f:render partial="somemolecule" /> doesn't resolve #4

Open
vaxul opened this issue Apr 11, 2019 · 0 comments
Open

<f:render partial="somemolecule" /> doesn't resolve #4

vaxul opened this issue Apr 11, 2019 · 0 comments

Comments

@vaxul
Copy link
Contributor

vaxul commented Apr 11, 2019

The content of the partial <f:render partial="somemolecule" arguments="{text: 'Foobar baz'}" /> isn't renderd for:
https://github.com/NamelessCoder/patternlab-fluid-edition/blob/7466a48bb2a441491921e0177d73b9ad857e1833/source/_patterns/02-organisms/00-global/01-someorganism.fluid#L7

When debugging, I got the message:

The Fluid template files "C:/Users/User/Documents/Projekte/webdev/pattern-lab-fluid/source/_patterns/Molecules-somemolecule.fluid", "C:/Users/User/Documents/Projekte/webdev/pattern-lab-fluid/source/_patterns/Molecules-somemolecule", "C:/Users/User/Documents/Projekte/webdev/pattern-lab-fluid/vendor/namelesscoder/patternlab-fluid-styleguidekit/Resources/Private/Partials/Molecules-somemolecule.fluid", "C:/Users/User/Documents/Projekte/webdev/pattern-lab-fluid/vendor/namelesscoder/patternlab-fluid-styleguidekit/Resources/Private/Partials/Molecules-somemolecule" could not be loaded.

<f:render partial="molecules-somemolecule" arguments="{text: 'Foobar baz'}" /> doesn't work too.

Only the explicit path is resolved like:
<f:render partial="01-molecules/00-text/01-somemolecule" arguments="{text: 'Foobar baz'}" />

Is this it what was supposed? It doesn't seem so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant