Optimize loading speed of the website pages

This commit is contained in:
Alex Dima 2016-10-22 13:27:34 +02:00
parent 33f534fbe9
commit 825ed22017
17 changed files with 250 additions and 181 deletions

View file

@ -16,6 +16,7 @@
"url": "https://github.com/Microsoft/monaco-editor"
},
"devDependencies": {
"clean-css": "^3.4.20",
"event-stream": "^3.3.2",
"gulp": "^3.9.1",
"gulp-typedoc": "^2.0.0",
@ -27,6 +28,7 @@
"monaco-languages": "0.6.0",
"monaco-typescript": "2.0.1",
"rimraf": "^2.5.2",
"typedoc": "^0.5.0"
"typedoc": "^0.5.0",
"uncss": "^0.14.1"
}
}