jsfuck icon indicating copy to clipboard operation
jsfuck copied to clipboard

Create a gulp-jsfuck plugin

Open AdamHess opened this issue 9 years ago • 3 comments

This could legitimately used to obfuscate javascript code. (and possibly save on compression with gzip)

if someone could create a gulp plugin to automate the generation of jsfuck-ed code that'd be great!

AdamHess avatar Dec 04 '15 17:12 AdamHess

It should be possible to run grunt-jsfuck using gulp-grunt

cy6erskunk avatar Dec 08 '15 13:12 cy6erskunk

https://github.com/bevacqua/gulp-jsfuck this?

fritx avatar Jan 16 '16 15:01 fritx

@AdamHess JSFuck can't actually obfuscate code: http://codegolf.stackexchange.com/questions/28714/convert-jsfuck-to-normal-js

FlorianWendelborn avatar Feb 07 '16 02:02 FlorianWendelborn