When using ASP.NET MVC Bundling/Minification if there is an issue bundling a particular file, then this file will simply be skipped and missed out of the rendered bundle.
So far reasons I know for this are:
- File not found
- Invalid syntax
Is there anyway of logging this so that I can identify why particular files are sometimes not being included?