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 cc94e21 commit 505f4e1Copy full SHA for 505f4e1
tasks/obfuscator.js
@@ -82,8 +82,6 @@ module.exports = function (grunt) {
82
}
83
84
var output = banner + obfuscated;
85
-
86
- var filename = getFilename(fileSrc);
87
88
grunt.file.write(file.dest + filename, output);
89
});
0 commit comments