Skip to content

Commit

Permalink
Merge pull request #203 from bullhorn/f/fontpath
Browse files Browse the repository at this point in the history
revert font directory to old font directory
  • Loading branch information
charlesabarnes authored Jun 6, 2018
2 parents 87464d5 + 2f34388 commit 24f9f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ gulp.task('fonts', function () {
return gulp.src($.mainBowerFiles())
.pipe($.filter('**/*.{eot,svg,ttf,woff,woff2}'))
.pipe($.flatten())
.pipe(gulp.dest(path.join(conf.paths.dist, '/fonts/roboto/')));
.pipe(gulp.dest(path.join(conf.paths.dist, '/fonts/')));
});

gulp.task('other', ['config:app'], function () {
Expand Down

0 comments on commit 24f9f3e

Please sign in to comment.