File tree Expand file tree Collapse file tree 4 files changed +355
-50
lines changed Expand file tree Collapse file tree 4 files changed +355
-50
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ module.exports = function (grunt) {
4646
4747 folderDest : {
4848 options : {
49+ unicodeEscapeSequence : true ,
4950 } ,
5051 files : {
5152 'tmp/' : [
Original file line number Diff line number Diff line change 11# grunt-contrib-obfuscator [ ![ Build Status] ( https://travis-ci.org/javascript-obfuscator/grunt-contrib-obfuscator.svg?branch=master )] ( https://travis-ci.org/javascript-obfuscator/grunt-contrib-obfuscator )
22
3- > Obfuscate JavaScript files using [ javascript-obfuscator] ( https://github.com/javascript-obfuscator/javascript-obfuscator ) @0 .9.3 .
3+ > Obfuscate JavaScript files using [ javascript-obfuscator] ( https://github.com/javascript-obfuscator/javascript-obfuscator ) @0 .10.0 .
44
55You can try the javascript-obfuscator module and see all its options here: https://javascriptobfuscator.herokuapp.com
66
Original file line number Diff line number Diff line change 1818 },
1919 "dependencies" : {
2020 "chalk" : " ^1.0.0" ,
21- "javascript-obfuscator" : " ^0.9.3 "
21+ "javascript-obfuscator" : " ^0.10.0 "
2222 },
2323 "devDependencies" : {
2424 "grunt" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments