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:
Kevin MacMartin 2018-04-09 23:07:15 -04:00
parent 87ccb893ec
commit 4e026b1dc6

3
gulpfile.js vendored
View file

@ -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