We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b569e67 commit 945b2d0Copy full SHA for 945b2d0
scripts/gulpfile.js
@@ -76,7 +76,7 @@ function copyHtml () {
76
]
77
gulp.src(source).pipe(through2.obj(function z (file, encoding, next) {
78
const paths = file.path.split('/')
79
- const name = paths[paths.length - 1].split('.')[0]
+ const name = paths[paths.length - 1].split('.')[0].toLowerCase()
80
const toPaths = [
81
'site-dist/docs',
82
'site-dist/docs/vue',
0 commit comments