From bc7b9a97fa0d6bd40834431baeaac2886f997515 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Fri, 15 Sep 2017 12:45:12 -0400 Subject: [PATCH] Remove FA from vendor CSS. --- gulpfile.js/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.js/config.js b/gulpfile.js/config.js index 7977fd7d..d9573053 100644 --- a/gulpfile.js/config.js +++ b/gulpfile.js/config.js @@ -38,8 +38,7 @@ module.exports = { stylesConfig: { dest: basePath + 'css/', vendor: [ - 'node_modules/tempusdominus-bootstrap-4/build/css/tempusdominus-bootstrap-4.css', - 'node_modules/font-awesome/css/font-awesome.css' + 'node_modules/tempusdominus-bootstrap-4/build/css/tempusdominus-bootstrap-4.css' ], app: 'babyblotter/static_src/scss/babyblotter.scss', ignore: [