mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Remove bootstrap fonts from the project as they're not used and are no longer supported (as of now) in 4.x
This commit is contained in:
parent
87ccb893ec
commit
4e026b1dc6
1 changed files with 1 additions and 2 deletions
3
gulpfile.js
vendored
3
gulpfile.js
vendored
|
@ -78,8 +78,7 @@ const jsDashboardLibs = [
|
|||
// Paths to folders containing fonts that should be copied to public/fonts/
|
||||
const fontPaths = [
|
||||
"resources/assets/fonts/**",
|
||||
"node_modules/font-awesome/fonts/**",
|
||||
"bower_components/bootstrap-sass/assets/fonts/**/*"
|
||||
"node_modules/font-awesome/fonts/**"
|
||||
];
|
||||
|
||||
// Handle errors
|
||||
|
|
Loading…
Reference in a new issue