Update gulpfile.js

This commit is contained in:
Johan Nielsen 2018-03-07 10:01:24 +01:00 committed by GitHub
parent 5e6faf9af1
commit 15a9de3691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ gulp.task('copy-assets', function() {
////////////////// End Bootstrap 4 Assets /////////////////////////
// Copy all Font Awesome Fonts
gulp.src(paths.node + 'font-awesome/fonts/**/*.{ttf,woff,woff2,eof,svg}')
gulp.src(paths.node + 'font-awesome/fonts/**/*.{ttf,woff,woff2,eot,svg}')
.pipe(gulp.dest('./fonts'));
// Copy all Font Awesome SCSS files