mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Move typedoc related files together
This commit is contained in:
parent
14192f5c4e
commit
a5b4a189c2
72 changed files with 4 additions and 4 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue