Skip to content

Commit

Permalink
Merge pull request #152 from dnagoda/use_passed_in_grunt_when_registe…
Browse files Browse the repository at this point in the history
…ring

Use passed in grunt when registering
  • Loading branch information
benhoIIand committed Sep 8, 2015
2 parents e1b3b4e + 1e5028a commit cf3d4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/cachebust.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));

Expand Down

0 comments on commit cf3d4cd

Please sign in to comment.