From 5e6faf9af10bba8e45da5b1b60817f66de26be28 Mon Sep 17 00:00:00 2001 From: Johan Nielsen Date: Wed, 7 Mar 2018 10:00:32 +0100 Subject: [PATCH] change eof to eot --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index f4f5c5a..13f5fa7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -259,7 +259,7 @@ gulp.task('copy-assets', function() { // Deleting the files distributed by the copy-assets task gulp.task('clean-vendor-assets', function () { - return del([paths.dev+'/js/bootstrap4/**', paths.dev+'/sass/bootstrap4/**', './fonts/*wesome*.{ttf,woff,woff2,eof,svg}', paths.dev+'/sass/fontawesome/**', paths.dev+'/sass/underscores/**', paths.dev+'/js/skip-link-focus-fix.js', paths.js+'/**/skip-link-focus-fix.js', paths.js+'/**/popper.min.js', paths.js+'/**/popper.js', (paths.vendor!=''?(paths.js+paths.vendor+'/**'):'')]); + return del([paths.dev+'/js/bootstrap4/**', paths.dev+'/sass/bootstrap4/**', './fonts/*wesome*.{ttf,woff,woff2,eot,svg}', paths.dev+'/sass/fontawesome/**', paths.dev+'/sass/underscores/**', paths.dev+'/js/skip-link-focus-fix.js', paths.js+'/**/skip-link-focus-fix.js', paths.js+'/**/popper.min.js', paths.js+'/**/popper.js', (paths.vendor!=''?(paths.js+paths.vendor+'/**'):'')]); }); // Run