UI Deploy

Curated, Short, Web UI Dev we Love.

Using Grunt.js to Merge and Minify JavaScript files in an ASP.NET MVC Application

Grunt.js helps to automate client-side tasks like minifying the script files, merging them, performing unit testing etc. In this article, we will demonstrate how to use it in an ASP.NET MVC application.

view source

Advertisement