Skip to content

Commit

Permalink
Added woff2 to the list of font files to seek
Browse files Browse the repository at this point in the history
  • Loading branch information
Heath Morrison committed Feb 3, 2015
1 parent 63ac938 commit c7bc12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gulp.task('images', function () {

gulp.task('fonts', function () {
return gulp.src(require('main-bower-files')().concat('app/fonts/**/*'))
.pipe($.filter('**/*.{eot,svg,ttf,woff}'))
.pipe($.filter('**/*.{eot,svg,ttf,woff,woff2}'))
.pipe($.flatten())
.pipe(gulp.dest('.tmp/fonts'))
.pipe(gulp.dest('dist/fonts'));
Expand Down

0 comments on commit c7bc12b

Please sign in to comment.