mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +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() {
|
gulp.task('website', ['clean-website', 'playground-samples'], function() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
gulp.src('website/**/*')
|
gulp.src('website/**/*', { dot: true })
|
||||||
.pipe(es.through(function(data) {
|
.pipe(es.through(function(data) {
|
||||||
if (!data.contents || !/\.(js|html)$/.test(data.path)) {
|
if (!data.contents || !/\.(js|html)$/.test(data.path)) {
|
||||||
return this.emit('data', data);
|
return this.emit('data', data);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue