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
I am using handlebars as the templating engine of a gulp-metalsmith build system. I am using the metalsmith-data-loader to load a JSON file into the a data property; however, when I go to access that property in then handlebars template it is not the value of true. It seems to be linked to the access of the @index in an each block helper.
I presume the problem is in: handlebars.js/lib/handlebars/helpers/each.js however, I don't know enough about the expected params to really grok the problem.