I have several backbone.js views, javascript modules and style sheets in an ASP.Net MVC app i’m developing. I want to seperate these files during development but combine/consolidate, compress, uglify, resolve dependencies etc. before deployment. The Ruby community has solutions for this including Juicer and Jammit. Are there similar solutions for .Net web developers ideally solutions that integrate with visual studio.
I have several backbone.js views, javascript modules and style sheets in an ASP.Net MVC
Share
I’ve used Chirpy for this in the past. Also compiles SASS, LESS, and CoffeeScript.