Create a Grunt meta-runner in TeamCity
As much as all the cool kids are now using Gulp, I'm still using Grunt for a few few automated tasks.
In our current project, we're using it to compress all of our JS in the project, run the Jasmine tests through Karma, and generate test code coverage reports. As well as doing this locally, we need to be able to…