-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
fix: Generating files from array not working #1267
Comments
Hi @andrespd99 👋 |
Hi @felangel ! Sure, here's the link to the brick's codebase. This is the path to the template failing to generate |
Thanks, I’ll have a look later today. |
Hello again, @felangel 👋 Did you get to look at it? |
Hi @felangel ! I wanted to know if you could look at it. I'm not sure if this is a bug, or I'm missing something. Sorry for the trouble |
Hi @andrespd99 are you able to create a simpler reproduction sample that just includes the relevant code to illustrate the issue? It would be much easier to help if I could look at a reduced version. Does the todo example work for you locally? |
As stated above, I'm unable to generate an array of files following the same structure as the todo example
This is the string I'm using to generate the file list:
This is the result
When using double moustache dot
{{.}}
instead of triple moustache{{{.}}}
, I get the following result:This is the closest I got, but well... The picture talks for itself.
What am I doing wrong? I'm sure I'm following the same pattern as in the todos example.
The text was updated successfully, but these errors were encountered: