Skip to content

Commit 02f2755

Browse files
author
Shuwen Qian
committed
copy dist instead of build for docs
1 parent 9840f30 commit 02f2755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulp/tasks/docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
.pipe(C.dbg('copy-bower'))
4242
.pipe(gulp.dest(j(C.BUILD_DOCS,C.BOWER)));
4343

44-
var lib = gulp.src(j(C.BUILD,'**'))
44+
var lib = gulp.src(j(C.DIST,'**'))
4545
.pipe(C.dbg('copy-lib'))
4646
.pipe(gulp.dest(j(C.BUILD_DOCS,C.BOWER,'/strand/dist')));
4747

0 commit comments

Comments
 (0)