Merge pull request #2195 from NoelDeMartin/MOBILE-3232
MOBILE-3232 filters: Add PreviewHTML mathjax outputmain
commit
439cd16826
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue