mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-07-22 17:34:36 -06:00
13 lines
239 B
Markdown
13 lines
239 B
Markdown
# How to compile
|
|
Minify the JS in this order:
|
|
|
|
1. `codemirror/codemirror.js`
|
|
1. `codemirror/continuelist.js`
|
|
1. `codemirror/markdown.js`
|
|
1. `codemirror/xml.js`
|
|
1. `marked.js`
|
|
1. `simplemde.js`
|
|
|
|
Minify the CSS in this order:
|
|
|
|
1. `theme.css` |