I <3 Nuget. But one thing I don't like is that it forces things like JavaScripts to be in one location. I keep my website organized a specific way, and I don't want my scripts in that folder. So it would be nice if certain folders could be configurable to drop items in an alternate location.
Comments: ```JavaScript /Scripts/knockout.js > /Scripts/knockout.min.js /Scripts/knockout.debug.js > /Scripts/knockout.js ```
Comments: ```JavaScript /Scripts/knockout.js > /Scripts/knockout.min.js /Scripts/knockout.debug.js > /Scripts/knockout.js ```