Noch ein JavaScript / CSS Packer für CakePHP
Matt Curry stellt einen weiteren Automatic JavaScript and CSS Packer für CakePHP vor:
Another JavaScript/CSS combiner and packer was recently posted to the Bakery. I felt it was a little configuration heavy and required too much manual intervention. This version is much more automated and requires virtually no code changes.
In diesem Zusammenhang habe ich zum ersten mal von jsmin-php einem PHP Port von JSMin gelesen sowie von CSSTidy.
CSSTidy is an opensource CSS parser and optimiser. It is available as executeable file (available for Windows, Linux and OSX) which can be controlled per command line and as PHP script (both with almost the same functionality).
In opposite to most other CSS parsers, no regular expressions are used and thus CSSTidy has full CSS2 support and a higher reliability.
Sehr praktisch!

