digitalsparky / jekyll-minifier

Jekyll HTML/XML/CSS/JS Minifier utilising yui-compressor, and htmlcompressor
GNU General Public License v3.0
245 stars 25 forks source link

Obfuscation Techniques #39

Closed matbrgz closed 5 years ago

matbrgz commented 6 years ago

Hello, I realized that you are an active developer and I am trying to solve some problems of my projects in jekyll, one of them is the protection of post code compiled. I'm willing to join in a project to create coding techniques but I do not know Ruby very much, but I get the hang of it. At the moment you could integrate a way to increase the performace of the sites although small using the htmlmuncher, you know this project? Take a look at the link and we'll keep in touch.

http://htmlmuncher.com/

matbrgz commented 6 years ago

I do not know if you know but compiling the entire site in one line can be dangerous some JS codes do not usually work. Does your project do that? I have not had time to check.