Skip to content

Commit 505f4e1

Browse files
committed
directory structure maintained
1 parent cc94e21 commit 505f4e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tasks/obfuscator.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ module.exports = function (grunt) {
8282
}
8383

8484
var output = banner + obfuscated;
85-
86-
var filename = getFilename(fileSrc);
8785

8886
grunt.file.write(file.dest + filename, output);
8987
});

0 commit comments

Comments
 (0)