Skip to content

Commit 2405495

Browse files
committed
WA环境:构建过程添加 assets 目录
1 parent 5cefdf1 commit 2405495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ gulp.task('copy', function () {
125125
gulp.src([
126126
'!' + SOURCE_ROOT + '/*.html',
127127
SOURCE_ROOT + '/*.*',
128+
SOURCE_ROOT + '/scripts/assets/*.*',
128129
SOURCE_ROOT + '/font/**/*'
129130
], { base: SOURCE_ROOT })
130131
.pipe(gulp.dest(BUILD_ROOT));

0 commit comments

Comments
 (0)