diff --git a/tasks/cachebust.js b/tasks/cachebust.js index 23c7809..41b8896 100644 --- a/tasks/cachebust.js +++ b/tasks/cachebust.js @@ -35,7 +35,7 @@ var removeIgnoredPatterns = function(parsedUrl) { return true; }; -module.exports = function() { +module.exports = function(grunt) { grunt.registerMultiTask('cacheBust', 'Bust static assets from the cache using content hashing', function() { opts = this.options(require('./lib/defaultOptions'));