Updates project structure to match gulpfile

This commit is contained in:
Fernando Mendes 2015-07-21 15:12:48 +01:00
parent 138d1a80e3
commit 154723e058
15 changed files with 9 additions and 39 deletions

File diff suppressed because one or more lines are too long

20
dist/simplemde.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,20 +0,0 @@
# 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. `codemirror/codemirror.css`
1. `simplemde.css`
1. `spell-checker/spell-checker.css`