Browse Source

monaco-editor-core@0.5.2

Alex Dima 9 năm trước cách đây
mục cha
commit
a398c4f33b
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 2 2
      gulpfile.js
  2. 1 1
      package.json

+ 2 - 2
gulpfile.js

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

+ 1 - 1
package.json

@@ -18,7 +18,7 @@
     "event-stream": "^3.3.2",
     "gulp": "^3.9.1",
     "http-server": "^0.9.0",
-    "monaco-editor-core": "0.5.1",
+    "monaco-editor-core": "0.5.2",
     "monaco-languages": "0.3.0",
     "monaco-typescript": "0.5.0",
     "monaco-css": "1.1.0",