mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-03 08:04:29 -06:00
Split Font Awesome out
This way, if a user is already using Font Awesome, there's no need to redownload the CSS.
This commit is contained in:
parent
d1da791320
commit
958e3c08c7
@ -6,9 +6,10 @@ A drop-in JavaScript textarea replacement for writing beautiful and understandab
|
|||||||
[](http://nextstepwebs.github.io/simplemde-markdown-editor)
|
[](http://nextstepwebs.github.io/simplemde-markdown-editor)
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
Available on [jsDelivr](http://www.jsdelivr.com/about.php)
|
SimpleMDE is available on [jsDelivr](http://www.jsdelivr.com/#!simplemde). Font Awesome is available on MaxCDN.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css">
|
||||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/simplemde/latest/simplemde.min.css">
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/simplemde/latest/simplemde.min.css">
|
||||||
<script src="//cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>
|
<script src="//cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>
|
||||||
```
|
```
|
||||||
|
@ -11,4 +11,3 @@ Minify the JS in this order:
|
|||||||
Minify the CSS in this order:
|
Minify the CSS in this order:
|
||||||
|
|
||||||
1. `theme.css`
|
1. `theme.css`
|
||||||
1. `font-awesome.css`
|
|
1801
source files/font-awesome.css
vendored
1801
source files/font-awesome.css
vendored
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user