UNPKG

grunt-cache-bust-alt

Version:

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

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