fix: flag-icon-css/flag-icons replace missing
This commit is contained in:
@@ -369,14 +369,14 @@ const Plugins = [
|
||||
from: 'node_modules/jsgrid/demos/db.js',
|
||||
to: 'plugins/jsgrid/demos/db.js'
|
||||
},
|
||||
// flag-icon-css
|
||||
// flag-icons
|
||||
{
|
||||
from: 'node_modules/flag-icon-css/css',
|
||||
to: 'plugins/flag-icon-css/css'
|
||||
from: 'node_modules/flag-icons/css',
|
||||
to: 'plugins/flag-icons/css'
|
||||
},
|
||||
{
|
||||
from: 'node_modules/flag-icon-css/flags',
|
||||
to: 'plugins/flag-icon-css/flags'
|
||||
from: 'node_modules/flag-icons/flags',
|
||||
to: 'plugins/flag-icons/flags'
|
||||
},
|
||||
// bootstrap4-duallistbox
|
||||
{
|
||||
|
||||
2
docs/dependencies.md
vendored
2
docs/dependencies.md
vendored
@@ -63,7 +63,7 @@ AdminLTE makes use of the following plugins. For documentation, updates or licen
|
||||
<ul class="list-unstyled">
|
||||
<li><h4>Icon Packs</h4></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>
|
||||
</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">
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="../../plugins/fontawesome-free/css/all.min.css">
|
||||
<!-- flag-icon-css -->
|
||||
<link rel="stylesheet" href="../../plugins/flag-icon-css/css/flag-icon.min.css">
|
||||
<!-- flag-icons -->
|
||||
<link rel="stylesheet" href="../../plugins/flag-icons/css/flag-icons.min.css">
|
||||
<!-- Theme style -->
|
||||
<link rel="stylesheet" href="../../dist/css/adminlte.min.css">
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user