From 99f904adcc37d93c90defcd8ce898598e25be212 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 11 Mar 2015 16:55:04 +0100 Subject: Lot of plugins --- codemirror_ui/lib/CodeMirror-2.3/doc/compress.html | 148 +++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 codemirror_ui/lib/CodeMirror-2.3/doc/compress.html (limited to 'codemirror_ui/lib/CodeMirror-2.3/doc/compress.html') diff --git a/codemirror_ui/lib/CodeMirror-2.3/doc/compress.html b/codemirror_ui/lib/CodeMirror-2.3/doc/compress.html new file mode 100644 index 0000000..34c3434 --- /dev/null +++ b/codemirror_ui/lib/CodeMirror-2.3/doc/compress.html @@ -0,0 +1,148 @@ + + + + CodeMirror: Compression Helper + + + + + + +

{ } CodeMirror

+ +
+/* Script compression
+   helper */
+
+ +

To optimize loading CodeMirror, especially when including a + bunch of different modes, it is recommended that you combine and + minify (and preferably also gzip) the scripts. This page makes + those first two steps very easy. Simply select the version and + scripts you need in the form below, and + click Compress to download the minified script + file.

+ +
+ +

Version:

+ +

+ +

+ with UglifyJS +

+ +

Custom code to add to the compressed file:

+
+ + + + + -- cgit v1.2.3