javascript - Best method to minify js and css in a JSF 1.1 based web app -
what best practices can followed minify js , css in jsf application?
i'd suggest use yui compressor this. tool can minify css , js files programmatically. if you're using ide or build tool utilizes ant under covers (such eclipse), use yui compressor ant task automate minification during project build of ant.
Comments
Post a Comment