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']);