2015-06-22 15:52:28 -05:00
|
|
|
# How to compile
|
|
|
|
Minify the JS in this order:
|
|
|
|
|
|
|
|
1. `codemirror/codemirror.js`
|
|
|
|
1. `codemirror/continuelist.js`
|
2015-08-08 13:15:14 -05:00
|
|
|
1. `codemirror/fullscreen.js`
|
2015-06-22 15:52:28 -05:00
|
|
|
1. `codemirror/markdown.js`
|
2015-07-14 16:12:22 -05:00
|
|
|
1. `codemirror/overlay.js`
|
|
|
|
1. `codemirror/gfm.js`
|
2015-06-22 15:52:28 -05:00
|
|
|
1. `codemirror/xml.js`
|
2015-07-20 23:26:47 -05:00
|
|
|
1. `typo/typo.js`
|
|
|
|
1. `spell-checker/spell-checker.js`
|
2015-06-22 15:52:28 -05:00
|
|
|
1. `marked.js`
|
2015-07-08 10:24:46 -05:00
|
|
|
1. `simplemde.js`
|
2015-06-22 15:52:28 -05:00
|
|
|
|
|
|
|
Minify the CSS in this order:
|
|
|
|
|
2015-07-20 23:26:47 -05:00
|
|
|
1. `theme.css`
|
|
|
|
1. `spell-checker/spell-checker.css`
|