forked from EVOgeek/Vmeda.Online
		
	Merge pull request #2195 from NoelDeMartin/MOBILE-3232
MOBILE-3232 filters: Add PreviewHTML mathjax output
This commit is contained in:
		
						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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user