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.
2 parents 9de8917 + b05c84e commit 299c74dCopy full SHA for 299c74d
index.js
@@ -18,7 +18,6 @@ module.exports = function gulpJavaScriptObfuscator(options) {
18
try {
19
obfuscationResult = JavaScriptObfuscator.obfuscate(String(file.contents), options);
20
file.contents = new Buffer(obfuscationResult.getObfuscatedCode());
21
- this.push(file);
22
if(options.sourceMap && options.sourceMapMode !== 'inline') {
23
this.push(new gutil.File({
24
cwd: file.cwd,
0 commit comments