gulp-obfuscate
gulp-obfuscate copied to clipboard
gulp plugin to obfuscate your code using gulp-regex-replace
Obfuscator brakes working code after processing and not working correctly with `gulp-sourcemaps`. My task looks like the following: ``` return gulp.src(paths.src.js) .pipe(gulpif((process.env.ENV !== "production"), sourcemaps.init())) .pipe(concat("all.js")) .pipe(obfuscate({ replaceMethod: obfuscate.ZALGO }))...
Chrome won't run my JavaScript app. The browser display's all white. It says:  In Firefox, nothing's in the console but screen is...