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:
Joseph Schorr 2014-04-15 15:51:32 -04:00
parent cbd0f30070
commit 7aab6a9fdd
13 changed files with 52 additions and 28831 deletions

View file

@ -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.