UNPKG

grunt-cachebust-plus

Version:

Bust static assets from the cache using content hashing, inspired by hollandben's grunt-cache-bust plugin

11 lines (8 loc) 121 B
var consol = (function() { var log = function(str) { console.log(str); }; return { log: log }; })();