gulp-cache-stream

A simple gulp stream that applies transforms only to files that have been modified since the last invocation, useful for significantly speeding up incremental build times, e.g. for use with gulp watch.

Usage no npm install needed!

<script type="module">
  import gulpCacheStream from 'https://cdn.skypack.dev/gulp-cache-stream';
</script>

README

gulp-cache-stream

A simple gulp stream that applies transforms only to files that have been modified since the last invocation, useful for significantly speeding up incremental build times, e.g. for use with gulp watch.