Commit 9d9b2b8e by cahrens

Directions for creating codemirror-compressed.js

parent aaf842f8
Instructions for creating codemirror-compressed.js (in top-level vendor directory).
1. Install uglifyjs and put it on your path.
2. In the CodeMirror directory, run "cat codemirror.js addons/* addons/dialog/dialog.js | uglifyjs > codemirror-compressed.js"
3. Replace existing codemirror-compressed.js file with the generated one.
Additions to codemirror.css are done by manually copying in the new content.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment