Unfortunately, minification fails only partially and breaks prettifying script. Prettify script is already minified so double-up does not make too much sense (bundling does due to a number of lang-* files).
Not sure if it's related to the Issue #29 but both can be fixed at the same time.
Workaround: set debug="true" on compilation element in web.config - that switches bundling off.
I'll give it a shot (need to think about generic handling of minified scripts, I thought that adding .min.js version is supposed to force bundler to pick already minified script but it's not happening for me)
Script bundling by default minimises the scripts which works fine most of the time.
It fails however on prettify bundle with the error
Unfortunately, minification fails only partially and breaks prettifying script. Prettify script is already minified so double-up does not make too much sense (bundling does due to a number of lang-* files).
Not sure if it's related to the Issue #29 but both can be fixed at the same time.
Workaround: set debug="true" on compilation element in web.config - that switches bundling off.