1 repositorio
Cache keys derived from file timestamps or content hashes to skip recompilation of unchanged modules.
Distinct from Lock-File-Based Cache Keys: Distinct from Lock-File-Based Cache Keys: uses file timestamps or content hashes, not lock-file content, for cache key generation.
Explore 1 awesome GitHub repository matching data & databases · File-Based Cache Keys. Refine with filters or upvote what's useful.
Farm is a Rust-based web build tool and development server that compiles JavaScript, TypeScript, CSS, HTML, and static assets into optimized bundles. It uses a module-graph-based bundling approach with persistent module-level caching, enabling near-instant builds and sub-20ms hot module replacement during development. The tool processes assets based on file extensions, handling CSS, Sass, Less, PostCSS, HTML, and images as first-class modules without requiring JavaScript transformation. Farm distinguishes itself through its Vite-compatible plugin system, accepting Vite, Rollup, and Unplugin p
Uses file timestamps or content hashes to skip recompilation of unchanged modules.