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