I´m thinking in compress the pages of my site. The regular ones with HTML, JavaScript (or Jquery), CSS and PHP. I´m not talking about the *.css or *.js files, if not, the rest.
Which is the best method, soft, way (etc) to do it without generating conflicts with the code?
All these files have parts of codes of the previous languages: the general structure of html (tags and DIV for layout), some internal CSS (style and inline), several JavaScript call (to other *.js files and some functions like show, hide, toogle, onclick, etc) and PHP.
I tried to merge all the lines with my Notepad++ but it gave me a lot of errors, so I decided to go back.
Any suggestion?
Thanks a lot