Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have never used such a compression tool before, but now I would like to start. Ideally, I would like a tool that takes a directory, and then creates a copy of that directory with all css and js files minified (by which I mean e.g. whitespace stripped etc).

Most things google tells me about seem to take single files, which seems unfeasible.

What tool do people use for this purpose?

share|improve this question
Are you using any particular server-side technology for your website? – Richard Ev Dec 28 '12 at 11:11
The ASP.NET MVC4 Web Application uses 'bundles' which lets you define lists of scripts which are minified and combined into a single file when published in release mode. As @RichardEv says, what server side technology are you using? – dougajmcdonald Dec 28 '12 at 11:13
If you use PHP I could help you out with the CSS, JavaScript not though. I have a script that includes all the CSS files and then compresses it to one big stylesheet. – Eru Rōraito Dec 28 '12 at 11:14
Mmmm inventing the wheel again? My way: code.google.com/p/minify – Bondye Dec 28 '12 at 11:21
I find it hard to belive that "most" minifiers would not accept multiple files. – Juhana Dec 28 '12 at 11:24
show 3 more comments

closed as not constructive by Juhana, Cerbrus, gnat, rene, Perception Dec 28 '12 at 12:30

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.