mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-06 09:34:27 -06:00
14 lines
263 B
Markdown
14 lines
263 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. `markdownify.js`
|
||
|
|
||
|
Minify the CSS in this order:
|
||
|
|
||
|
1. `theme.css`
|
||
|
1. `font-awesome.css`
|