Get basic grunt-ified CSS and JS working. Note that this currently uses the dist bundles for both prod and debug.
This commit is contained in:
parent
cbd0f30070
commit
7aab6a9fdd
13 changed files with 52 additions and 28831 deletions
|
@ -4,6 +4,8 @@ if (typeof exports === "object" && typeof require === "function") // we're in a
|
|||
Markdown = exports;
|
||||
else
|
||||
Markdown = {};
|
||||
|
||||
window.Markdown = Markdown;
|
||||
|
||||
// The following text is included for historical reasons, but should
|
||||
// be taken with a pinch of salt; it's not all true anymore.
|
||||
|
|
Reference in a new issue