sindresorhus / gulp-template

Render/precompile Lodash templates
MIT License
289 stars 77 forks source link

Fix gulp-data support #24

Closed fodier closed 9 years ago

fodier commented 9 years ago

Hello,

The issue is best described by the updated test “should support data via gulp-data”. Without the fix it fails with:

Uncaught AssertionError: "<dt>path</dt><dd>foo.txt</dd><dt>path</dt><dd>foo.txt</dd>" == "<dt>path</dt><dd>bar.txt</dd><dt>path</dt><dd>foo.txt</dd>"

This is because _.template’s data parameter is altered each time a chunk is processed.