grunt-cache-bust-alt
Version:
An alternative version of Bust static assets from the cache using content hashing
17 lines (16 loc) • 370 B
JavaScript
module.exports = {
algorithm: 'md5',
cdnPath: false,
deleteOriginals: false,
enableUrlFragmentHint: false,
encoding: 'utf8',
filters: {},
ignorePatterns: [],
jsonOutput: false,
jsonOutputFilename: 'grunt-cache-bust.json',
length: 16,
replaceTerms: [],
removeUrlFragmentHint: false,
rename: true,
separator: '.'
};