Icons out of bundle
This commit is contained in:
@@ -4,9 +4,7 @@ const path = require('path');
|
||||
// Define the CSS files to bundle in order
|
||||
const cssFiles = [
|
||||
'static/assets/plugins/bootstrap/bootstrap.min.css',
|
||||
'static/assets/css/theme.css',
|
||||
'static/assets/plugins/bootstrap-icons/bootstrap-icons.css',
|
||||
'static/assets/plugins/font-awesome/css/all.css'
|
||||
'static/assets/css/theme.css'
|
||||
];
|
||||
|
||||
// Output file
|
||||
|
||||
Reference in New Issue
Block a user