Grunt plugin to generate HTML5 Cache Manifest (appcache) files for offline web applications. Latest version 0.4.4 (last released in 2015) works with Grunt ~0.4.5 and Node >= 0.10.0. Provides configuration options for cache, network, fallback sections, base path, file exclusion, and hash/timestamp-based versioning. Deprecated as the AppCache standard has been removed from modern browsers in favor of Service Workers.
npm install grunt-manifestNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure and run grunt-manifest to generate an appcache manifest file from a set of source files.
Migrate to a Service Worker library like 'workbox-webpack-plugin' or 'serviceworker-webpack-plugin'.
Set timestamp to false and use hash: true for content-based versioning.
Always set basePath to the root directory relative to the server serving the manifest.
Use grunt-contrib-manifest or switch to a modern build tool with Service Worker support.
Add `grunt.loadNpmTasks('grunt-manifest');` after initConfig.Run `npm install grunt-manifest --save-dev` and ensure node_modules contains it.
Set 'src' option to a glob pattern or array of files, and optionally 'basePath'.