StackOverflow in ScriptBundle .NET VS2013

511 Views Asked by At

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?

0

There are 0 best solutions below