javascript-obfuscator / grunt-contrib-obfuscator

Grunt plugin for the javascript-obfuscator package.
MIT License
29 stars 20 forks source link

Option Banner is not working #4

Closed Sinanqd10 closed 4 years ago

Sinanqd10 commented 7 years ago

I have tried the option obfuscator: { options: { banner: '//obfuscated with grunt-contrib-obfuscator.\n' }, files: [
'src/.js' ], entry: 'src/.js', out: 'build/app.min.js', strings: true, root: __dirname } but it doesn't output the commend banner

slig commented 7 years ago

Thanks for filling in the issue!

Currently I can't investigate this bug, it'll have to wait as the core functionality still works.

rvalitov commented 4 years ago

This issue should be closed, because the banner option works correctly with all recent versions of javascript-obfuscator (at least since 0.18.x).