2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-29 12:54:28 -06:00
2015-08-08 13:15:14 -05:00

19 lines
410 B
Markdown

# How to compile
Minify the JS in this order:
1. `codemirror/codemirror.js`
1. `codemirror/continuelist.js`
1. `codemirror/fullscreen.js`
1. `codemirror/markdown.js`
1. `codemirror/overlay.js`
1. `codemirror/gfm.js`
1. `codemirror/xml.js`
1. `typo/typo.js`
1. `spell-checker/spell-checker.js`
1. `marked.js`
1. `simplemde.js`
Minify the CSS in this order:
1. `theme.css`
1. `spell-checker/spell-checker.css`