mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Export apis
This commit is contained in:
parent
83339b4d97
commit
73295879a4
8 changed files with 256 additions and 110 deletions
|
|
@ -47,6 +47,7 @@ gulp.task('release', ['clean-release','compile'], function() {
|
|||
}
|
||||
|
||||
return merge(
|
||||
merge(
|
||||
bundleOne('src/monaco.contribution'),
|
||||
bundleOne('lib/typescriptServices'),
|
||||
bundleOne('src/mode', ['vs/language/typescript/lib/typescriptServices']),
|
||||
|
|
@ -62,7 +63,10 @@ gulp.task('release', ['clean-release','compile'], function() {
|
|||
);
|
||||
this.emit('data', data);
|
||||
}))
|
||||
.pipe(gulp.dest('./release/'));
|
||||
.pipe(gulp.dest('./release/')),
|
||||
|
||||
gulp.src('src/monaco.d.ts').pipe(gulp.dest('./release/'))
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue