When bundling/minification is enabled, some of my bundles seem to have an invalid URL in the browser (ending with a /), and IIS gives a 403 forbidden error, as if trying to
The problem is the naming convention your bundle name should be
("bundles/css")
This solved my problem.