Skip to content

Commit 945b2d0

Browse files
committed
docs: update docs build scripts
1 parent b569e67 commit 945b2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function copyHtml () {
7676
]
7777
gulp.src(source).pipe(through2.obj(function z (file, encoding, next) {
7878
const paths = file.path.split('/')
79-
const name = paths[paths.length - 1].split('.')[0]
79+
const name = paths[paths.length - 1].split('.')[0].toLowerCase()
8080
const toPaths = [
8181
'site-dist/docs',
8282
'site-dist/docs/vue',

0 commit comments

Comments
 (0)