MOBILE-3232 filters: Add PreviewHTML mathjax output
parent
44f746bd86
commit
a9e1ba5469
|
@ -29,10 +29,14 @@ module.exports = {
|
|||
src: ['{{ROOT}}/node_modules/mathjax/jax/input/**/*'],
|
||||
dest: '{{WWW}}/lib/mathjax/jax/input'
|
||||
},
|
||||
copyMathJaxOutput: {
|
||||
copyMathJaxSVGOutput: {
|
||||
src: ['{{ROOT}}/node_modules/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: {
|
||||
src: ['{{ROOT}}/node_modules/mathjax/localization/**/*'],
|
||||
dest: '{{WWW}}/lib/mathjax/localization'
|
||||
|
|
Loading…
Reference in New Issue