I am working on project which is having more than 10 CSS + JS files.
I want to minify/compress/obfuscate CSS and JS.
One approach is I can do this manually.
But apart from manual effort is there any function/method available in Zend Framework to achieve this goal?
Thanks in advance!