gulp-file-include icon indicating copy to clipboard operation
gulp-file-include copied to clipboard

Pass simple Arrays

Open yairEO opened this issue 8 years ago • 1 comments

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...

yairEO avatar Dec 29 '16 21:12 yairEO