MOBILE-3232 filters: Add PreviewHTML mathjax output

main
Noel De Martin 2019-12-05 17:24:57 +01:00
parent 44f746bd86
commit a9e1ba5469
1 changed files with 5 additions and 1 deletions

View File

@ -29,10 +29,14 @@ module.exports = {
src: ['{{ROOT}}/node_modules/mathjax/jax/input/**/*'], src: ['{{ROOT}}/node_modules/mathjax/jax/input/**/*'],
dest: '{{WWW}}/lib/mathjax/jax/input' dest: '{{WWW}}/lib/mathjax/jax/input'
}, },
copyMathJaxOutput: { copyMathJaxSVGOutput: {
src: ['{{ROOT}}/node_modules/mathjax/jax/output/SVG/**/*'], src: ['{{ROOT}}/node_modules/mathjax/jax/output/SVG/**/*'],
dest: '{{WWW}}/lib/mathjax/jax/output/SVG' dest: '{{WWW}}/lib/mathjax/jax/output/SVG'
}, },
copyMathJaxPreviewHTMLOutput: {
src: ['{{ROOT}}/node_modules/mathjax/jax/output/PreviewHTML/**/*'],
dest: '{{WWW}}/lib/mathjax/jax/output/PreviewHTML'
},
copyMathJaxLocalization: { copyMathJaxLocalization: {
src: ['{{ROOT}}/node_modules/mathjax/localization/**/*'], src: ['{{ROOT}}/node_modules/mathjax/localization/**/*'],
dest: '{{WWW}}/lib/mathjax/localization' dest: '{{WWW}}/lib/mathjax/localization'