From 4e026b1dc6100b9661f4068257a846bf959ca8f2 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 9 Apr 2018 23:07:15 -0400 Subject: [PATCH] Remove bootstrap fonts from the project as they're not used and are no longer supported (as of now) in 4.x --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index a04146f..2994c36 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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