commit
96955f5ce2
32
Gruntfile.js
32
Gruntfile.js
|
@ -209,23 +209,37 @@ 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: [
|
||||||
|
"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: [
|
||||||
|
"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 +257,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 +292,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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"regex-replace": {
|
"regex-replace": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user