Gulp

/Tag: Gulp

Build Automation

It is not a secret that many browser extension developers want to protect results of their work from copying. The problem is that Firefox and Google Chrome extensions can be unpacked without any problems. So, anyone can analyze a source code of any extension and investigate its internal logic. Of course, developers don't like a [...]

By |2019-07-30T14:13:36+00:00April 28th, 2016|Bulild Management|0 Comments

JavaScript Obfuscation with Gulp

There are a couple of Gulp plugins for JavaScript obfuscation already exist. Unfortunately, they don't work correctly when you need to obfuscate JavaScript for browser extensions. We've tried to find out some solution and finally developed our own obfuscation plugin for Gulp. Do you know about javascriptobfuscator.com? It is 100% safe JavaScript obfuscator and minifier [...]

By |2019-07-30T14:13:36+00:00October 30th, 2015|Bulild Management|0 Comments