fix mathmlInput removing TeX folders instead of MathML
This commit is contained in:
parent
31da784b6f
commit
5173fc16bb
|
@ -156,9 +156,9 @@ module.exports = function(grunt) {
|
|||
"config/MML*",
|
||||
"config/TeX-MML*",
|
||||
"config/TeX-AMS-MML*",
|
||||
"jax/input/TeX",
|
||||
"unpacked/config/TeX*",
|
||||
"unpacked/jax/input/TeX"
|
||||
"jax/input/MathML",
|
||||
"unpacked/config/MathML*",
|
||||
"unpacked/jax/input/MathML"
|
||||
],
|
||||
texInput: [
|
||||
"config/TeX*",
|
||||
|
|
Loading…
Reference in New Issue
Block a user