We are experiencing a StackOverflow exception in VS2013 using:
var importedTypesBundle = new ScriptBundle("~/ImportedTypes/all.js");
Replacing with Bundle() it works... but it does not minify.
It looks the mifinier is not happy about some js file. Any idea how find the error source?