Skip to content

Commit 0da2f70

Browse files
committed
FIX filename is not defined
1 parent 505f4e1 commit 0da2f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/obfuscator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module.exports = function (grunt) {
8383

8484
var output = banner + obfuscated;
8585

86-
grunt.file.write(file.dest + filename, output);
86+
grunt.file.write(file.dest + fileSrc, output);
8787
});
8888
}
8989

0 commit comments

Comments
 (0)