mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
No need for worker proxying in website
This commit is contained in:
parent
f9905fad97
commit
196f355660
6 changed files with 1 additions and 26 deletions
|
|
@ -343,7 +343,7 @@ gulp.task('website', ['clean-website', 'playground-samples'], function() {
|
|||
return (
|
||||
gulp.src('website/**/*', { dot: true })
|
||||
.pipe(es.through(function(data) {
|
||||
if (!data.contents || !/\.(js|html)$/.test(data.path)) {
|
||||
if (!data.contents || !/\.(html)$/.test(data.path)) {
|
||||
return this.emit('data', data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue