mirror of https://github.com/ColorlibHQ/AdminLTE
fix: flag-icon-css/flag-icons replace missing
parent
a55ded687e
commit
959d8dd9e0
|
@ -369,14 +369,14 @@ const Plugins = [
|
||||||
from: 'node_modules/jsgrid/demos/db.js',
|
from: 'node_modules/jsgrid/demos/db.js',
|
||||||
to: 'plugins/jsgrid/demos/db.js'
|
to: 'plugins/jsgrid/demos/db.js'
|
||||||
},
|
},
|
||||||
// flag-icon-css
|
// flag-icons
|
||||||
{
|
{
|
||||||
from: 'node_modules/flag-icon-css/css',
|
from: 'node_modules/flag-icons/css',
|
||||||
to: 'plugins/flag-icon-css/css'
|
to: 'plugins/flag-icons/css'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: 'node_modules/flag-icon-css/flags',
|
from: 'node_modules/flag-icons/flags',
|
||||||
to: 'plugins/flag-icon-css/flags'
|
to: 'plugins/flag-icons/flags'
|
||||||
},
|
},
|
||||||
// bootstrap4-duallistbox
|
// bootstrap4-duallistbox
|
||||||
{
|
{
|
||||||
|
|
|
@ -63,7 +63,7 @@ AdminLTE makes use of the following plugins. For documentation, updates or licen
|
||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
<li><h4>Icon Packs</h4></li>
|
<li><h4>Icon Packs</h4></li>
|
||||||
<li><a href="https://fontawesome.com/" rel="noopener" target="_blank">FontAwesome 5</a></li>
|
<li><a href="https://fontawesome.com/" rel="noopener" target="_blank">FontAwesome 5</a></li>
|
||||||
<li><a href="https://github.com/lipis/flag-icon-css#readme" rel="noopener" target="_blank">flag-icon-css</a></li>
|
<li><a href="https://github.com/lipis/flag-icons#readme" rel="noopener" target="_blank">flag-icons</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
|
||||||
<!-- Font Awesome -->
|
<!-- Font Awesome -->
|
||||||
<link rel="stylesheet" href="../../plugins/fontawesome-free/css/all.min.css">
|
<link rel="stylesheet" href="../../plugins/fontawesome-free/css/all.min.css">
|
||||||
<!-- flag-icon-css -->
|
<!-- flag-icons -->
|
||||||
<link rel="stylesheet" href="../../plugins/flag-icon-css/css/flag-icon.min.css">
|
<link rel="stylesheet" href="../../plugins/flag-icons/css/flag-icons.min.css">
|
||||||
<!-- Theme style -->
|
<!-- Theme style -->
|
||||||
<link rel="stylesheet" href="../../dist/css/adminlte.min.css">
|
<link rel="stylesheet" href="../../dist/css/adminlte.min.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue