This is a migrated thread and some comments may be shown as answers.

Minification failed

4 Answers 93 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Morten
Top achievements
Rank 1
Iron
Iron
Veteran
Morten asked on 07 Jan 2014, 10:15 AM
In an asp.net mvc 4.5 web project I'm adding the following css files to a bundle: 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"));
The result produces the following "Minification failed" error:
<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)
...

4 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 09 Jan 2014, 12:27 PM
Hello Morten,

The issue was worked around shortly after that internal build - please download the latest internal build 2013.3.1220 to fix it and let me know how it goes.

Regards,
Kamen Bundev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Morten
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 09 Jan 2014, 01:19 PM
indeed 2013.3.1220 does not product minification error. thanks.
0
Priyojit
Top achievements
Rank 1
answered on 15 Jan 2014, 02:10 PM
Hello,
How to download this internal build. All I'm getting is '2013.3.1119'. Pls help. I have the same issue..
0
Sebastian
Telerik team
answered on 15 Jan 2014, 03:02 PM
Hello Priyojit,

Internal builds are available to customers only as outlined no our support options page, while your account indicates that you a trial user. This means you'll need to wait till the next service pack release (due tomorrow) which include the fix in question.

Regards,
Sebastian
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Morten
Top achievements
Rank 1
Iron
Iron
Veteran
Answers by
Kamen Bundev
Telerik team
Morten
Top achievements
Rank 1
Iron
Iron
Veteran
Priyojit
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or