{"library":"grunt-hash","type":"library","category":null,"description":"grunt-hash is a Grunt plugin that appends a unique hash (MD5 or custom) to filenames for cache busting. It generates mapping files for server-side asset lookup. Stable version 0.5.0, last released in 2013. Requires Grunt 0.4.x. Differentiators: simple configuration, supports custom hash functions, and outputs mapping JSON. No longer actively maintained; consider alternatives like gulp-rev or webpack.","language":"javascript","status":"abandoned","version":"0.5.0","tags":["javascript","gruntplugin"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install grunt-hash","imports":["grunt.loadNpmTasks('grunt-hash');","grunt.initConfig({ hash: { options: {}, js: { src: '...', dest: '...' } } });","hashFunction: function(source, encoding) { return require('crypto').createHash('sha1').update(source, encoding).digest('hex'); }"]},{"cmd":"yarn add grunt-hash","imports":[]},{"cmd":"pnpm add grunt-hash","imports":[]}],"homepage":"https://github.com/jgallen23/grunt-hash","github":"git://github.com/jgallen23/grunt-hash","docs":null,"changelog":null,"pypi":null,"npm":"grunt-hash","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}