alanshaw / grunt-include-replace

Grunt task to include files and replace variables. Allows for parameterised includes.
MIT License
200 stars 45 forks source link

Variables inside quotes? #52

Closed iamkeir closed 9 years ago

iamkeir commented 9 years ago

Is it possible output variables when inside quotes, e.g. <div class="block @@classes"></div>?

Does not seem to work for me - not sure how to escape quotes.

iamkeir commented 9 years ago

Ah, it shows the variable name if you do not set it. Fixed this by using "classes":""