From c455edcd59b130c1ed2437b8f7cf5b682a9f0d69 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 30 Apr 2016 10:05:06 -0400 Subject: [PATCH] don't include mathjax in minified js --- build-js.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-js.sh b/build-js.sh index 6f01c26..e29bd80 100755 --- a/build-js.sh +++ b/build-js.sh @@ -25,11 +25,6 @@ echo -e "//For source code and license information please check https://github.c mini ./contrib/js/main.js_ $outfile -if [ ! -e ./contrib/js/contrib/MathJax/MathJax.js ] ; then - git submodule update --init -fi -mini ./contrib/js/contrib/MathJax/MathJax.js $outfile - # local js for f in ./contrib/js/*.js ; do mini $f $outfile