sindresorhus / gulp-template

Render/precompile Lodash templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error when encounter big size image file

mayaa6 opened this issue · comments

I was creating slush template with gulp-template. The template contains one big image file about 200K, the slush script run into an error. When I remove the image, slush script runs well. Later I replace the image with a smaller one(<1K), no error either. So the error is about gulp-template encounter big size nontext files.

It's up to you to only send template files to this plugin, using for example gulp-filter.