Skip to content

Commit

Permalink
Merge pull request #262 from ryanatty/patch-1
Browse files Browse the repository at this point in the history
Update destination of fonts to public.fonts
  • Loading branch information
geoffp committed Feb 24, 2016
2 parents 97498c7 + f2287e9 commit 27a6416
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 @@ -77,7 +77,7 @@ gulp.task('cp:img', function(){
// Fonts copy
gulp.task('cp:font', function(){
return gulp.src('*', {cwd: path.resolve(paths().source.fonts)})
.pipe(gulp.dest(path.resolve(paths().public.images)));
.pipe(gulp.dest(path.resolve(paths().public.fonts)));
});

// Data copy
Expand Down

0 comments on commit 27a6416

Please sign in to comment.