@ -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);