gulp-cacheable
A gulp plugin for caching gulp streams using vinyl-sources.
Installation
npm install gulp-cacheable
Usage
var gulp = ;var plugin1 = ;var plugin2 = ;var cacheable = ; gulp;
Plugins between cacheable.start(..)
and cacheable.stop()
can implement vinyl-sources to supply details about which source files made up the transformed result.