I need a reliable JS and CSS minimizer which is possible to customize and compatible with modern CSS3 properties. I prefer it has something like property file in order to configuration. Would you please help me on this?
Asked
Active
Viewed 162 times
3
-
5[HTML5 Boilterplate Build script](https://github.com/h5bp/ant-build-script) – Didier Ghys Jun 08 '12 at 09:18
-
i'm looking for it. 1+ for this. Thanks @DidierGhys – Tepken Vannkorn Jun 08 '12 at 09:22
-
What sort of configurations do you need to make? – Paul D. Waite Jun 08 '12 at 09:22
2 Answers
4
As @Calgary Coder mentioned in this thread:
There are a wide variety of options. In terms of actual tools, the most common are:
1) Google Closure Compiler Service
3) YuiCompressor or YuiCompressor.NET
and likely many more, but I have used each of these tools, and all are great to work with.
If you are working with a .NET application library, there are also various other options that extend these base tools, to combine like resources and reduce overall HTTP requests.
1) Combres
2) Xpedite
3) SquishIt
Again, also likely many more...

Community
- 1
- 1

Tooraj Jam
- 1,592
- 14
- 27
1
Here is an excellent JS minifier: https://github.com/mishoo/UglifyJS
Used by jQuery

SebScoFr
- 881
- 1
- 9
- 24