I have RequireJS running on my IIS server, for my MVC web app.
Is it possible to make RequireJS pick up the minified versions of the files, rather than their unminified? Visual Studio makes all of these files and they seem to be going to waste.
My understanding of NodeJS servers is they can open the javascript files to send dependencies aswell, but I cannot see that happening with MVC.