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
Hi @ronnieroyston template strings or string interpolation with backticks, is a javascript feature and it has nothing to do with this plugin or grunt.
There is nothing wrong in the code example you shared. I would need more context on where are you running this code specifically to understand what is it that is failing. something I can reproduce
make sure the variable is available in the scope you're using it. i can't help you much more than that without some example. it seems more like a javascript mistake on your code rather than an issue with this particular plugin, I could be wrong but without something to reproduce it is very hard for me to help.
if i can get some time later I can make a demo/test to show how variables actually should work fine. but i don't know where are you using that code, is it in your gruntfile or where?
Are template strings supported? I am getting the following error from Grunt:
Fatal error: myTemplateStringVar is not defined
My variable looks like below and runs fine in all three major web browsers.
The text was updated successfully, but these errors were encountered: