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
Hello, im generating my html, but my utilities data.json are not getting passed.
I have installed the latest version, gch, but even so, if i have more than one data.json, gch aint getting the info.
#60 I believe it's related to this problem, at the minute the path your specifying in templateData is being ignored and it's trying to find the json files in your "<%= cfg.root %><%= cfg.src.html %>templates/" handlebars folder.
If you run the task with verbose you'll see it failing to find the json - grunt compile-handlebars --verbose
Also as icon-adv is a key i don't believe you can actually get the value of the key itself, can you add a property to icon-adv like so:
Hello, im generating my html, but my utilities data.json are not getting passed.
I have installed the latest version, gch, but even so, if i have more than one data.json, gch aint getting the info.
here is my config:
Am i missing something here?
BTW, how can i get from a json file, the name of the first node?
I want to get the "icon-adv" name?
Best regards, Mário Silva.
The text was updated successfully, but these errors were encountered: