Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit 74ee795

Browse files
committed
Minor tweak
1 parent d2d144e commit 74ee795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ module.exports = function (grunt) {
4747
},
4848
withFilenameProcessing: {
4949
options: {
50-
process: function(name, hash, extension) {
51-
return name + '-processed-' + hash + '.' + extension;
50+
process: function (name, hash, ext) {
51+
return name + '-processed-' + hash + '.' + ext;
5252
}
5353
},
5454
src: ['test/fixtures/another.png'],

0 commit comments

Comments
 (0)