In an asp.net mvc 4.5 web project I'm adding the following css files to a bundle:
The result produces the following "Minification failed" error:
bundles.Add(new StyleBundle("~/Content/css/kendo").Include(
"~/Content/kendo/kendo.common-bootstrap.css", "~/Content/kendo/kendo.bootstrap.css", "~/Content/kendo/kendo.dataviz.css", "~/Content/kendo/kendo.dataviz.bootstrap.css"));<link rel="stylesheet" href="/Content/css/kendo?v=1YMtmjX1ETsQVj7kkRXXmXC3IReX27oqRzELH_ZcGPE1">
/* Minification failed. Returning unminified contents.(9,96148): run-time error CSS1030: Expected identifier, found '.'(9,96165): run-time error CSS1031: Expected selector, found ')'(9,96165): run-time error CSS1025: Expected comma or open brace, found ')'(9,96202): run-time error CSS1030: Expected identifier, found '.'(9,96219): run-time error CSS1031: Expected selector, found ')'(9,96219): run-time error CSS1025: Expected comma or open brace, found ')'(9,96363): run-time error CSS1030: Expected identifier, found '.'(9,96371): run-time error CSS1031: Expected selector, found ')'(9,96371): run-time error CSS1025: Expected comma or open brace, found ')'*//** Kendo UI Complete v2013.3.1122 (http://kendoui.com)
... 