We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992cbf2 commit 84a18feCopy full SHA for 84a18fe
tasks/rev.js
@@ -19,7 +19,7 @@ module.exports = function(grunt) {
19
grunt.log.verbose.write('Hashing ' + filepath + '...');
20
hash.update(grunt.file.read(filepath));
21
return hash.digest(encoding);
22
- };
+ }
23
24
grunt.registerMultiTask('rev', 'Prefix static asset file names with a content hash', function() {
25
0 commit comments