Open mukeshsoni opened 9 years ago
Currently, if i hook this up with a watcher (say gulp.watch), the whole build process repeats for all the files. Is it possible to cache the read files and not process the files which are not changed (default behavior is webpack).
Something similar to what is suggested here - https://github.com/gulpjs/gulp/blob/master/docs/recipes/incremental-builds-with-concatenate.md
Currently, if i hook this up with a watcher (say gulp.watch), the whole build process repeats for all the files. Is it possible to cache the read files and not process the files which are not changed (default behavior is webpack).
Something similar to what is suggested here - https://github.com/gulpjs/gulp/blob/master/docs/recipes/incremental-builds-with-concatenate.md