mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
monaco-editor-core@0.5.2
This commit is contained in:
parent
543663b2f0
commit
a398c4f33b
2 changed files with 3 additions and 3 deletions
|
|
@ -385,7 +385,7 @@ gulp.task('website', ['clean-website', 'playground-samples'], function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('simpleserver', function(cb) {
|
gulp.task('simpleserver', function(cb) {
|
||||||
httpServer.createServer({ root: '../' }).listen(8080);
|
httpServer.createServer({ root: '../', cache: 5 }).listen(8080);
|
||||||
httpServer.createServer({ root: '../' }).listen(8088);
|
httpServer.createServer({ root: '../', cache: 5 }).listen(8088);
|
||||||
console.log('LISTENING on 8080 and 8088');
|
console.log('LISTENING on 8080 and 8088');
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
"event-stream": "^3.3.2",
|
"event-stream": "^3.3.2",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"http-server": "^0.9.0",
|
"http-server": "^0.9.0",
|
||||||
"monaco-editor-core": "0.5.1",
|
"monaco-editor-core": "0.5.2",
|
||||||
"monaco-languages": "0.3.0",
|
"monaco-languages": "0.3.0",
|
||||||
"monaco-typescript": "0.5.0",
|
"monaco-typescript": "0.5.0",
|
||||||
"monaco-css": "1.1.0",
|
"monaco-css": "1.1.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue