Skip to content

Commit

Permalink
WA代码:修正fonts路径
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed May 20, 2014
1 parent ff657c7 commit 76fcc8b
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 @@ -126,7 +126,7 @@ gulp.task('copy', function () {
'!' + SOURCE_ROOT + '/*.html',
SOURCE_ROOT + '/*.*',
SOURCE_ROOT + '/scripts/assets/*.*',
SOURCE_ROOT + '/font/**/*'
SOURCE_ROOT + '/fonts/**/*'
], { base: SOURCE_ROOT })
.pipe(gulp.dest(BUILD_ROOT));
});
Expand Down

0 comments on commit 76fcc8b

Please sign in to comment.