update for MathJax v2.6.0
This commit is contained in:
parent
a02ed2e604
commit
5fbf0b2531
36
Gruntfile.js
36
Gruntfile.js
|
@ -209,23 +209,41 @@ module.exports = function(grunt) {
|
||||||
svgOutput: [
|
svgOutput: [
|
||||||
"config/*SVG.js",
|
"config/*SVG.js",
|
||||||
"config/*SVG-full.js",
|
"config/*SVG-full.js",
|
||||||
"unpacked/config/*HTMLorMML.js",
|
"unpacked/config/*SVG.js",
|
||||||
"unpacked/config/*HTMLorMML-full.js",
|
"unpacked/config/*SVG-full.js",
|
||||||
"jax/output/SVG",
|
"jax/output/SVG",
|
||||||
"unpacked/jax/output/SVG"
|
"unpacked/jax/output/SVG"
|
||||||
],
|
],
|
||||||
commonHtmlOutput: [
|
commonHtmlOutput: [
|
||||||
"configs",
|
"configs/*CHTML.js",
|
||||||
"unpacked/config/",
|
"configs/*CHTML-full.js",
|
||||||
|
"unpacked/config/*CHTML.js",
|
||||||
|
"unpacked/configs/*CHTML-full.js",
|
||||||
"jax/output/CommonHTML",
|
"jax/output/CommonHTML",
|
||||||
"unpacked/jax/output/CommonHTML",
|
"unpacked/jax/output/CommonHTML",
|
||||||
"extensions/CHTML-preview.js",
|
"extensions/CHTML-preview.js",
|
||||||
"unpacked/extensions/CHTML-preview.js"
|
"unpacked/extensions/CHTML-preview.js"
|
||||||
],
|
],
|
||||||
|
previewHtmlOutput: [
|
||||||
|
"configs",
|
||||||
|
"unpacked/config/",
|
||||||
|
"jax/output/PreviewHTML",
|
||||||
|
"unpacked/jax/output/PreviewHTML",
|
||||||
|
"extensions/fast-preview.js",
|
||||||
|
"unpacked/extensions/fast-preview.js"
|
||||||
|
"extensions/CHTML-preview.js",
|
||||||
|
"unpacked/extensions/CHTML-preview.js"
|
||||||
|
],
|
||||||
|
plainSourceOutput: [
|
||||||
|
"configs",
|
||||||
|
"unpacked/config/",
|
||||||
|
"jax/output/PlainSource",
|
||||||
|
"unpacked/jax/output/PlainSource"
|
||||||
|
],
|
||||||
// ## Locales
|
// ## Locales
|
||||||
// Removes all locale files. Change this as needed to keep your preferred language.
|
// Removes all locale files. Change this as needed to keep your preferred language.
|
||||||
// **NOTE.** English strings are hardcoded.
|
// **NOTE.** English strings are hardcoded.
|
||||||
// **NOTE.** If you fix th locale, drop the menu entry: http://docs.mathjax.org/en/latest/options/MathMenu.html#configure-mathmenu
|
// **NOTE.** If you fix the locale, drop the menu entry: http://docs.mathjax.org/en/latest/options/MathMenu.html#configure-mathmenu
|
||||||
locales: [
|
locales: [
|
||||||
"localization",
|
"localization",
|
||||||
"unpacked/localization"
|
"unpacked/localization"
|
||||||
|
@ -243,6 +261,10 @@ module.exports = function(grunt) {
|
||||||
"config/Safe.js",
|
"config/Safe.js",
|
||||||
"unpacked/config/Safe.js"
|
"unpacked/config/Safe.js"
|
||||||
],
|
],
|
||||||
|
a11yExtensions: [
|
||||||
|
"extensions/AssistiveMML.js",
|
||||||
|
"unpacked/extensions/AssistiveMML.js"
|
||||||
|
],
|
||||||
miscExtensions: [
|
miscExtensions: [
|
||||||
"extensions/FontWarnings.js",
|
"extensions/FontWarnings.js",
|
||||||
"extensions/HelpDialog.js",
|
"extensions/HelpDialog.js",
|
||||||
|
@ -274,7 +296,9 @@ module.exports = function(grunt) {
|
||||||
"README-branch.txt",
|
"README-branch.txt",
|
||||||
"README.md",
|
"README.md",
|
||||||
"bower.json",
|
"bower.json",
|
||||||
"composer.json"
|
"composer.json",
|
||||||
|
".npmignore",
|
||||||
|
"package.json"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user