We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97498c7 + f2287e9 commit 27a6416Copy full SHA for 27a6416
1 file changed
gulpfile.js
@@ -77,7 +77,7 @@ gulp.task('cp:img', function(){
77
// Fonts copy
78
gulp.task('cp:font', function(){
79
return gulp.src('*', {cwd: path.resolve(paths().source.fonts)})
80
- .pipe(gulp.dest(path.resolve(paths().public.images)));
+ .pipe(gulp.dest(path.resolve(paths().public.fonts)));
81
});
82
83
// Data copy
0 commit comments