Skip to content

Commit 299c74d

Browse files
authored
Merge pull request #7 from Kukunin/master
Avoid file duplication
2 parents 9de8917 + b05c84e commit 299c74d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module.exports = function gulpJavaScriptObfuscator(options) {
1818
try {
1919
obfuscationResult = JavaScriptObfuscator.obfuscate(String(file.contents), options);
2020
file.contents = new Buffer(obfuscationResult.getObfuscatedCode());
21-
this.push(file);
2221
if(options.sourceMap && options.sourceMapMode !== 'inline') {
2322
this.push(new gutil.File({
2423
cwd: file.cwd,

0 commit comments

Comments
 (0)