- Notifications
You must be signed in to change notification settings - Fork37
javascript-obfuscator/gulp-javascript-obfuscator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Gulp plugin forjavascript-obfuscator.
Install the package with NPM:
npm install --save gulp-javascript-obfuscator
vargulp=require('gulp'),javascriptObfuscator=require('gulp-javascript-obfuscator');gulp.src('file.js').pipe(javascriptObfuscator()).pipe(gulp.dest('dist'));
Pass any options available in the obfuscator.
gulp.src('file.js').pipe(javascriptObfuscator({compact:truesourceMap:true})).pipe(gulp.dest('dist'));
UsingsourceMap option with value set totrue will also output a.map file to Gulp stream.
About
Gulp plugin for javascript-obfuscator package.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.