mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Minor edits
This commit is contained in:
parent
db327beb63
commit
1b39474886
3 changed files with 6 additions and 4 deletions
|
|
@ -832,6 +832,8 @@ function createSimpleServer(rootDir, port) {
|
|||
});
|
||||
}
|
||||
|
||||
gulp.task('generate-test-samples', taskSeries(generateTestSamplesTask));
|
||||
|
||||
gulp.task('simpleserver', taskSeries(generateTestSamplesTask, function() {
|
||||
const SERVER_ROOT = path.normalize(path.join(__dirname, '../'));
|
||||
createSimpleServer(SERVER_ROOT, 8080);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue