Skip to content

Commit

Permalink
include fonts in bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-terrana committed Nov 30, 2020
1 parent 24ec148 commit 27c8233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ function serve() {

exports.clean = clean;
exports.build = series(js, css, fonts, img, helpers, handlebars);
exports.bundle = series(js, css, img, helpers, handlebars, pack);
exports.bundle = series(js, css, fonts, img, helpers, handlebars, pack);
exports.preview = series(clean, previewBuild, serve);
exports.buildPreviewPages = buildPreviewPages;

0 comments on commit 27c8233

Please sign in to comment.