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