how to CSS/JS Minification and integration with Team Build Permanently deleted user Created March 30, 2012 07:53 how to CSS/JS Minification and integration with Team Build.May i know any plugins in Teamcity for minification of js/css.ThanksSai
Hi
I'm not aware of dedicated plugins, but you can start any external tools within your builds.
It can be done by a build step with Command line or PowerShell runner, or directly within your build script.
Michael