gulp-file-include
gulp-file-include copied to clipboard
Pass simple Arrays
Simplified example:
@@loop('foo.html', ["a", "b", "c"])
foo.html
<div>@@item</div>
I just made up @@item
but you get the point. I don't want to create objects and make up key names just to be able to pass a simple array and print it...