HTML + JavaScript + CSS compact tool

Gad D Lord picture Gad D Lord · Jun 28, 2010 · Viewed 8.2k times · Source

I need a tool which can minify, optimize and munge many files of those possible types

  • HTML (minify only)
  • JavaScript (minify, optimize and munge)
  • CSS (minify)

The final result should be one HTML file only with all JavaScript and CSS embedded or in the worst scenario 3 files respectively for HTML, JS, and CSS.

I am aware of tools like YUI Compressor etc. What I currently have not found is the type of compressor which will work on all those file types and merge them in one huge file only.

Answer

Dagg Nabbit picture Dagg Nabbit · Jul 23, 2010

If you're not using gzip yet, start using it already and we can close this thing out ;)