/* | |
Cache breaker | |
Simple cache-breaker, appends a timestamp or md5 hash to any urls | |
https://www.npmjs.com/package/grunt-cache-breaker | |
*/ | |
'cachebreaker': { | |
dev: { | |
options: { | |
match: ['main.min.js', 'main.css'], | |
}, | |
files: { | |
src: ['<%= config.dist %>/index.html'] | |
} | |
} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment