From 4a2a06c6424c8923f135e40785a20f709a61350e Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Wed, 8 Jul 2015 10:24:46 -0500 Subject: [PATCH] Rename source file markdownify.js > simplemde.js --- source files/README.md | 2 +- source files/{markdownify.js => simplemde.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename source files/{markdownify.js => simplemde.js} (100%) diff --git a/source files/README.md b/source files/README.md index 4ecd907..8ab3bc3 100644 --- a/source files/README.md +++ b/source files/README.md @@ -6,7 +6,7 @@ Minify the JS in this order: 1. `codemirror/markdown.js` 1. `codemirror/xml.js` 1. `marked.js` -1. `markdownify.js` +1. `simplemde.js` Minify the CSS in this order: diff --git a/source files/markdownify.js b/source files/simplemde.js similarity index 100% rename from source files/markdownify.js rename to source files/simplemde.js