B
B
b2afb9242014-08-10 18:47:06
css
b2afb924, 2014-08-10 18:47:06

What are the solutions to automatically obfuscate CSS to obfuscate?

Are there ready-made solutions that, preferably, can be configured as a filewatcher to obfuscate css code by replacing human-readable class names in CSS and styled HTML with generated short names of two or three characters. Ideally, it would not be superfluous to auto-replace the original names with obfuscated names in the files associated with the html document, such as JS.
Purpose: to compress the code and increase the complexity of the analysis and subsequent modification/development of the code.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
sim3x, 2014-08-10
@b2afb924

there was already one

K
Konstantin Andreevich, 2014-08-10
@reffy

You apparently either do not understand how html and css work, or I do not understand you at all. No matter how you obfuscate the code, in the browser it will always be the usual html and css - this is how any engine works.

I
Ivan, 2015-04-04
@redbis

Look towards gulp-replace

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question