gulp-jekyll icon indicating copy to clipboard operation
gulp-jekyll copied to clipboard

Get streams working

Open robwierzbowski opened this issue 10 years ago • 1 comments

I think the plugin should take the gulp.src stream instead of --source, and output a stream instead of --destination. I'm going to work on that this week.

robwierzbowski avatar May 12 '14 03:05 robwierzbowski

Since our ruby tools can't operate on gulp streams we're going to have to write to a temp directory. gulp-ruby-compass works by taking a gulp stream -> writing tmp files -> sass operation -> reading new output files -> back to gulp stream. We'll need to do the same thing.

robwierzbowski avatar May 13 '14 02:05 robwierzbowski