From 4d4fed2e988339f140ba27c187643db7c6cfa2da Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 10 Aug 2015 16:56:18 -0700 Subject: [PATCH] use mathjax component which lacks the png fonts for quicker installs, etc. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 9999528dc..00fcb6ecc 100644 --- a/bower.json +++ b/bower.json @@ -12,7 +12,7 @@ "jquery": "components/jquery#~2.0", "jquery-ui": "components/jqueryui#~1.10", "marked": "~0.3", - "MathJax": "~2.5", + "MathJax": "components/MathJax#~2.5", "moment": "~2.8.4", "requirejs": "~2.1", "term.js": "chjj/term.js#~0.0.4",