Move typedoc related files together

This commit is contained in:
Alex Dima 2021-02-17 08:00:17 +01:00
parent 14192f5c4e
commit a5b4a189c2
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
72 changed files with 4 additions and 4 deletions

View file

@ -545,8 +545,7 @@ const buildWebsiteTask = taskSeries(cleanWebsiteTask, function() {
return (
es.merge(
gulp.src([
'website/**/*',
'!website/typedoc-theme/**'
'website/**/*'
], { dot: true })
.pipe(es.through(function(data) {
if (!data.contents || !/\.(html)$/.test(data.path) || /new-samples/.test(data.path)) {