我使用Asp.net MVC 4 bundler来捆绑和缩小我的Css文件。
/* Minification Failed. Returning unminified contents. (1442,26): run-time error CSS1019: Unexpected token,found ':' (1442,26): run-time error CSS1042: Expected function,26): run-time error CSS1062: Expected semicolon or closing curly-brace,found ':' */
这是我的捆绑代码,
bundles.Add(new StyleBundle("~/Content/css").Include( "~/Content/site.css","~/Content/fullcalendar.css","~/Content/jquery.dropdown.css","~/Content/jquery.tagit.css","~/Content/tipsy.css" ));