www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 96955f5ce2baf45696cd8035497c59dc60aba89f
parent 98ea9c5c26376170e9c487d351b95c56f49914c1
Author: Peter Krautzberger <p.krautzberger@gmail.com>
Date:   Mon, 15 Feb 2016 20:42:46 +0100

Merge pull request #8 from mathjax/v2.6

update for MathJax v2.6.0
Diffstat:
MGruntfile.js | 32++++++++++++++++++++++++++------
1 file changed, 26 insertions(+), 6 deletions(-)

diff --git a/Gruntfile.js b/Gruntfile.js @@ -209,23 +209,37 @@ module.exports = function(grunt) { svgOutput: [ "config/*SVG.js", "config/*SVG-full.js", - "unpacked/config/*HTMLorMML.js", - "unpacked/config/*HTMLorMML-full.js", + "unpacked/config/*SVG.js", + "unpacked/config/*SVG-full.js", "jax/output/SVG", "unpacked/jax/output/SVG" ], commonHtmlOutput: [ - "configs", - "unpacked/config/", + "configs/*CHTML.js", + "configs/*CHTML-full.js", + "unpacked/config/*CHTML.js", + "unpacked/configs/*CHTML-full.js", "jax/output/CommonHTML", "unpacked/jax/output/CommonHTML", "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 // Removes all locale files. Change this as needed to keep your preferred language. // **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: [ "localization", "unpacked/localization" @@ -243,6 +257,10 @@ module.exports = function(grunt) { "config/Safe.js", "unpacked/config/Safe.js" ], + a11yExtensions: [ + "extensions/AssistiveMML.js", + "unpacked/extensions/AssistiveMML.js" + ], miscExtensions: [ "extensions/FontWarnings.js", "extensions/HelpDialog.js", @@ -274,7 +292,9 @@ module.exports = function(grunt) { "README-branch.txt", "README.md", "bower.json", - "composer.json" + "composer.json", + ".npmignore", + "package.json" ] }, "regex-replace": {