UNPKG

grunt-cache-bust-alt

Version:

An alternative version of Bust static assets from the cache using content hashing

13 lines (12 loc) 265 B
module.exports = { options: { baseDir: 'tmp/removeUrlFragments', enableUrlFragmentHint: true, removeUrlFragmentHint: true }, files: [{ expand: true, cwd: 'tmp/removeUrlFragments', src: ['*.php'] }] };