Unplanned
Last Updated: 04 Sep 2025 13:53 by Andy F.
Andy F.
Created on: 04 Sep 2025 13:53
Category: Kendo UI for jQuery
Type: Bug Report
0
The font icons index.css.map requested and not present

Bug report

Currenlty, styles/font-icons/index.css has this line at the bottom:

/*# sourceMappingURL=index.css.map */

But the map file is not part of the distribution files, so it's causing the browser to throw an additional request for the map file.

Currenlty, the index.css.map is present in the node_modules/@progress/kendo-font-icons/dist/index.css :

Image

But is not part of the Kendo jQuery distribution.

Expected/desired behavior

The distribution should be revised and the map file should be copied.

Environment

  • Kendo UI version: 2025.3.825
  • Browser: [all ]
0 comments