Packaged version of mathjax so that it can be used in Racket (Scribble) documents. Uses https://github.com/mathjax/MathJax-grunt-cleaner .
Go to file
2016-02-17 09:24:33 +01:00
.gitignore add node_modules to .gitignore 2015-07-29 21:12:23 -07:00
Gruntfile.js Bugfix - missing comma 2016-02-16 11:37:55 -06:00
package.json add grunt-regex-replace 2015-07-29 21:13:51 -07:00
README.md minor fixes for readme 2014-09-29 23:00:54 +02:00

MathJax-grunt-cleaner

A grunt file to reduce the footprint of a MathJax installation

  • Fetch a copy of MathJax wget https://github.com/mathjax/MathJax/archive/master.zip && unzip master.zip
  • copy & rename the template task
  • comment out the components you want to keep (perhaps counterintuitive)

See the comments in file for more details and caveats.