I've just been handed an MVC2 application and noticed that there is no bundling or minifying of the JavaScript or Stylesheets. I've used the built in bundling and minifying logic that comes out the box with MVC3+ but unfortunately this doesn't seem to be available with MVC2.
I am unable to upgrade the project to a later version so my question is as follows...
What are my options for bundling and minifying within an MVC2 application?