From 9b1d954deb45fa07d1384f15c35a0f8d08a33601 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 13 Feb 2016 16:39:38 +0900 Subject: [PATCH] Add woff2 for copy-bower_fonts task --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 2b628598..e93560fb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -16,7 +16,7 @@ var paths = { images: 'src/img/**/*.*', templates: 'src/templates/**/*.html', index: 'src/index.html', - bower_fonts: 'src/components/**/*.{ttf,woff,eof,svg}', + bower_fonts: 'src/components/**/*.{ttf,woff,woff2,eof,svg}', }; /** @@ -105,4 +105,4 @@ gulp.task('livereload', function() { * Gulp tasks */ gulp.task('build', ['usemin', 'build-assets', 'build-custom']); -gulp.task('default', ['build', 'webserver', 'livereload', 'watch']); \ No newline at end of file +gulp.task('default', ['build', 'webserver', 'livereload', 'watch']);