gulp-cached
File cache
A utility that caches files to optimize processing in a workflow by avoiding unnecessary re-processing of unchanged files.
A simple in-memory file cache for gulp
452 stars
9 watching
23 forks
Language: JavaScript
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gulp-community/gulp-concat | A middleware for the Gulp task runner that concatenates files in a stream, allowing for flexible handling of file paths and line endings. | 792 |
gulp-community/gulp-coffee | A plugin for Gulp to compile CoffeeScript files into JavaScript. | 226 |
gulp-community/gulp-less | A plugin for the Gulp task runner to compile LESS files into CSS. | 559 |
sindresorhus/gulp-zip | A tool for compressing files into a ZIP archive | 270 |
ahaurw01/gulp-remember | A Gulp plugin that remembers and recalls files passed through it to optimize file processing. | 149 |
thinkjs/think-cache-file | A caching solution using files to store data temporarily | 1 |
gulp-community/gulp-pug | A plugin for compiling Pug templates into HTML or JavaScript code with various options and support for template locals and custom filters. | 522 |
sindresorhus/gulp-size | A tool to report the total size of files in a project during build processes | 229 |
gulp-community/gulp-livereload | A tool that enables live reloading of web pages in response to code changes during development. | 768 |
stephenlacy/gulp-git | A plugin for gulp to interact with git repositories | 401 |
sindresorhus/gulp-filter | A plugin for Gulp that enables filtering of file streams using glob patterns | 315 |
soffes/cache | A Swift caching library that provides a simple interface for caching data in memory and on disk. | 213 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,321 |
sindresorhus/gulp-changed | A plugin for Gulp that only processes files that have changed since the last run. | 742 |
fogfish/cache | A library implementing an in-memory cache with segmented storage and time-to-live policies | 137 |