mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-16 14:34:28 -06:00
This way, if a user is already using Font Awesome, there's no need to redownload the CSS.
13 lines
241 B
Markdown
13 lines
241 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` |