Help integrating with AngularUI, etc...

Plunker is a great example of what I'm talking about... Follow that link and you find all this clutter at the top.

Why did the author need to reference SEVEN CSS files and two JS files? More importantly, where are the "plunker" .js and .css. I actually care about bloat being consumed, it seems the more common practice is to include and not really consider the burden that puts on browsers/bandwidth etc...

<!-- CDN-based stylesheet references for Kendo UI Web -->
<link href="http://cdn.kendostatic.com/2013.3.1324/styles/kendo.common.min.css" rel="stylesheet" />
<link href="http://cdn.kendostatic.com/2013.3.1324/styles/kendo.rtl.min.css" rel="stylesheet" />
<link href="http://cdn.kendostatic.com/2013.3.1324/styles/kendo.silver.min.css" rel="stylesheet" />

<!-- CDN-based stylesheet references for Kendo UI DataViz -->
<link href="http://cdn.kendostatic.com/2013.3.1324/styles/kendo.dataviz.min.css" rel="stylesheet" />
<link href="http://cdn.kendostatic.com/2013.3.1324/styles/kendo.dataviz.silver.min.css" rel="stylesheet" />

<!-- CDN-based stylesheet references for Kendo UI Mobile -->
<link href="http://cdn.kendostatic.com/2013.3.1324/styles/kendo.mobile.all.min.css" rel="stylesheet" />

<link rel="stylesheet" href="style.css">

<!-- CDN-based script reference for jQuery -->
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>

<!-- CDN-based script reference for Kendo UI -->
<script src="http://cdn.kendostatic.com/2013.3.1324/js/kendo.all.min.js"></script>
/r/angularjs Thread Parent