Skip to content

Commit 27a6416

Browse files
committed
Merge pull request #262 from ryanatty/patch-1
Update destination of fonts to public.fonts
2 parents 97498c7 + f2287e9 commit 27a6416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ gulp.task('cp:img', function(){
7777
// Fonts copy
7878
gulp.task('cp:font', function(){
7979
return gulp.src('*', {cwd: path.resolve(paths().source.fonts)})
80-
.pipe(gulp.dest(path.resolve(paths().public.images)));
80+
.pipe(gulp.dest(path.resolve(paths().public.fonts)));
8181
});
8282

8383
// Data copy

0 commit comments

Comments
 (0)