Skip to content

Commit f5ddd3a

Browse files
committed
Ship v3.0.0-rc.0
1 parent 67d7755 commit f5ddd3a

38 files changed

+111
-37
lines changed

pug/_partials/head.pug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ meta(name='theme-color', content='#ffffff')
2626

2727
// Main styles for this application
2828
link(href='css/style.css', rel='stylesheet')
29-
link(href='vendors/pace-progress/css/pace.min.css', rel='stylesheet')
3029

3130
// Global site tag (gtag.js) - Google Analytics
3231
script(async='', src='https://www.googletagmanager.com/gtag/js?id=UA-118965717-3')

pug/_partials/scripts.pug

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// CoreUI and necessary plugins
22
script(src='node_modules/@coreui/coreui/dist/js/coreui.bundle.min.js')
3+
<!--[if IE]><!-->
4+
script(src='node_modules/@coreui/icons/js/svgxuse.min.js')
5+
<!--<![endif]-->
36

47
block scripts
58

src/404.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<meta name="theme-color" content="#ffffff">
3737
<!-- Main styles for this application-->
3838
<link href="css/style.css" rel="stylesheet">
39-
<link href="vendors/pace-progress/css/pace.min.css" rel="stylesheet">
4039
<!-- Global site tag (gtag.js) - Google Analytics-->
4140
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
4241
<script>
@@ -74,5 +73,8 @@ <h4 class="pt-3">Oops! You're lost.</h4>
7473
</div>
7574
<!-- CoreUI and necessary plugins-->
7675
<script src="node_modules/@coreui/coreui/dist/js/coreui.bundle.min.js"></script>
76+
<!--[if IE]><!-->
77+
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
78+
<!--<![endif]-->
7779
</body>
7880
</html>

src/500.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<meta name="theme-color" content="#ffffff">
3737
<!-- Main styles for this application-->
3838
<link href="css/style.css" rel="stylesheet">
39-
<link href="vendors/pace-progress/css/pace.min.css" rel="stylesheet">
4039
<!-- Global site tag (gtag.js) - Google Analytics-->
4140
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
4241
<script>
@@ -74,5 +73,8 @@ <h4 class="pt-3">Houston, we have a problem!</h4>
7473
</div>
7574
<!-- CoreUI and necessary plugins-->
7675
<script src="node_modules/@coreui/coreui/dist/js/coreui.bundle.min.js"></script>
76+
<!--[if IE]><!-->
77+
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
78+
<!--<![endif]-->
7779
</body>
7880
</html>

src/base/breadcrumb.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<meta name="theme-color" content="#ffffff">
3737
<!-- Main styles for this application-->
3838
<link href="css/style.css" rel="stylesheet">
39-
<link href="vendors/pace-progress/css/pace.min.css" rel="stylesheet">
4039
<!-- Global site tag (gtag.js) - Google Analytics-->
4140
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
4241
<script>
@@ -304,5 +303,8 @@
304303
</div>
305304
<!-- CoreUI and necessary plugins-->
306305
<script src="node_modules/@coreui/coreui/dist/js/coreui.bundle.min.js"></script>
306+
<!--[if IE]><!-->
307+
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
308+
<!--<![endif]-->
307309
</body>
308310
</html>

src/base/cards.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<meta name="theme-color" content="#ffffff">
3737
<!-- Main styles for this application-->
3838
<link href="css/style.css" rel="stylesheet">
39-
<link href="vendors/pace-progress/css/pace.min.css" rel="stylesheet">
4039
<!-- Global site tag (gtag.js) - Google Analytics-->
4140
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
4241
<script>
@@ -570,5 +569,8 @@ <h4 class="modal-title">Modal title</h4>
570569
</div>
571570
<!-- CoreUI and necessary plugins-->
572571
<script src="node_modules/@coreui/coreui/dist/js/coreui.bundle.min.js"></script>
572+
<!--[if IE]><!-->
573+
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
574+
<!--<![endif]-->
573575
</body>
574576
</html>

src/base/carousel.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<meta name="theme-color" content="#ffffff">
3737
<!-- Main styles for this application-->
3838
<link href="css/style.css" rel="stylesheet">
39-
<link href="vendors/pace-progress/css/pace.min.css" rel="stylesheet">
4039
<!-- Global site tag (gtag.js) - Google Analytics-->
4140
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
4241
<script>
@@ -354,5 +353,8 @@ <h3>Third slide label</h3>
354353
</div>
355354
<!-- CoreUI and necessary plugins-->
356355
<script src="node_modules/@coreui/coreui/dist/js/coreui.bundle.min.js"></script>
356+
<!--[if IE]><!-->
357+
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
358+
<!--<![endif]-->
357359
</body>
358360
</html>

src/base/collapse.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<meta name="theme-color" content="#ffffff">
3737
<!-- Main styles for this application-->
3838
<link href="css/style.css" rel="stylesheet">
39-
<link href="vendors/pace-progress/css/pace.min.css" rel="stylesheet">
4039
<!-- Global site tag (gtag.js) - Google Analytics-->
4140
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
4241
<script>
@@ -361,5 +360,8 @@ <h5 class="mb-0"><a class="collapsed" data-toggle="collapse" href="#collapseThre
361360
</div>
362361
<!-- CoreUI and necessary plugins-->
363362
<script src="node_modules/@coreui/coreui/dist/js/coreui.bundle.min.js"></script>
363+
<!--[if IE]><!-->
364+
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
365+
<!--<![endif]-->
364366
</body>
365367
</html>

src/base/forms.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<meta name="theme-color" content="#ffffff">
3737
<!-- Main styles for this application-->
3838
<link href="css/style.css" rel="stylesheet">
39-
<link href="vendors/pace-progress/css/pace.min.css" rel="stylesheet">
4039
<!-- Global site tag (gtag.js) - Google Analytics-->
4140
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
4241
<script>
@@ -1230,5 +1229,8 @@
12301229
</div>
12311230
<!-- CoreUI and necessary plugins-->
12321231
<script src="node_modules/@coreui/coreui/dist/js/coreui.bundle.min.js"></script>
1232+
<!--[if IE]><!-->
1233+
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
1234+
<!--<![endif]-->
12331235
</body>
12341236
</html>

src/base/jumbotron.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<meta name="theme-color" content="#ffffff">
3737
<!-- Main styles for this application-->
3838
<link href="css/style.css" rel="stylesheet">
39-
<link href="vendors/pace-progress/css/pace.min.css" rel="stylesheet">
4039
<!-- Global site tag (gtag.js) - Google Analytics-->
4140
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
4241
<script>
@@ -304,5 +303,8 @@ <h1 class="display-3">Fluid jumbotron</h1>
304303
</div>
305304
<!-- CoreUI and necessary plugins-->
306305
<script src="node_modules/@coreui/coreui/dist/js/coreui.bundle.min.js"></script>
306+
<!--[if IE]><!-->
307+
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
308+
<!--<![endif]-->
307309
</body>
308310
</html>

0 commit comments

Comments
 (0)