slav123 / CodeIgniter-minify

CodeIgniter minify library CSS and JavaScript compression on the fly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I wonder if that's possible!

sumitkalia opened this issue · comments

"compression_engine" works like a charm! Can we obfuscate div ids or classes name as well and put it back to html page. For e.g.
--------------------Input--------------------------

This is an idea

..... css file ....
#hi{
color:black;
}
.test{
font-size:1rem;
}

-------------------Output--------------------------

This is an idea

..... css file ....
#0typs_123{ color:black;}.lpsd{font-size:1rem;}

don't see the point. a lot computer power to handle something like that, and value is not worth of it.