Skip to content

Commit

Permalink
fix: public dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fanzhiwen committed Sep 13, 2023
1 parent 57db6d6 commit 1bf0640
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 @@ -27,7 +27,7 @@ gulp.task('copy-src', function () {
// 拷贝资源文件
gulp.task('copy-assets', function () {
return gulp
.src(['node_modules/**/*', 'assets/**/*'], {
.src(['node_modules/**/*', 'assets/**/*', 'public/**/*'], {
base: '.',
dot: true,
allowEmpty: true
Expand Down

0 comments on commit 1bf0640

Please sign in to comment.