Open nanamikon opened 9 years ago
Is "style" a keyword of grunt-contrib-handlebars ?
It looks strange when I use it as follow :
data : {style:"abc"} template : -{{style}}- output: --
however...
data : {style:"abc"} template : -{{this.style}}- output: -abc-
Is "style" a keyword of grunt-contrib-handlebars ?
It looks strange when I use it as follow :
however...