Skip to content

Commit

Permalink
fixup path
Browse files Browse the repository at this point in the history
  • Loading branch information
hackmod committed Jun 4, 2018
1 parent cc483cd commit 2cf67fa
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 @@ -321,7 +321,7 @@ var copyPublic = function() {
.pipe(gulp.dest(bases.distdir + 'css'));
// public css/fonts
gulp.src(['*.*'], {cwd:bases.publicdir + 'css/fonts'})
.pipe(gulp.dest(bases.distdir + 'fonts'));
.pipe(gulp.dest(bases.distdir + 'css/fonts'));

gulp.src([
// images
Expand Down

0 comments on commit 2cf67fa

Please sign in to comment.