monaco-editor-core@0.5.2

This commit is contained in:
Alex Dima 2016-06-24 22:49:40 +02:00
parent 543663b2f0
commit a398c4f33b
2 changed files with 3 additions and 3 deletions

View file

@ -385,7 +385,7 @@ gulp.task('website', ['clean-website', 'playground-samples'], function() {
});
gulp.task('simpleserver', function(cb) {
httpServer.createServer({ root: '../' }).listen(8080);
httpServer.createServer({ root: '../' }).listen(8088);
httpServer.createServer({ root: '../', cache: 5 }).listen(8080);
httpServer.createServer({ root: '../', cache: 5 }).listen(8088);
console.log('LISTENING on 8080 and 8088');
});