Skip to content
Snippets Groups Projects
Commit ef1ef500 authored by mathias.chouet's avatar mathias.chouet
Browse files

Fix #217 mathjax: copie des fichiers nécessaires seulement

parent a33f3ac0
No related branches found
No related tags found
1 merge request!47Electron
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"e2e": "ng e2e", "e2e": "ng e2e",
"e2equick": "ng e2e --dev-server-target= --baseUrl=http://localhost:4200", "e2equick": "ng e2e --dev-server-target= --baseUrl=http://localhost:4200",
"jalhyd": "rm node_modules/jalhyd && cd ../jalhyd && npm run build && cd ../nghyd && npm install ../jalhyd", "jalhyd": "rm node_modules/jalhyd && cd ../jalhyd && npm run build && cd ../nghyd && npm install ../jalhyd",
"mathjax": "rsync -az --delete node_modules/mathjax docs-fr/javascripts", "mathjax": "rsync -az --delete `cat rsync-mathjax-files` docs-fr/javascripts/mathjax",
"mkdocs": "npm run mathjax && find docs-fr/javascripts/ -name '*.md' -type f -delete && python3 -m mkdocs build", "mkdocs": "npm run mathjax && find docs-fr/javascripts/ -name '*.md' -type f -delete && python3 -m mkdocs build",
"preprocess": "node preprocessors.js && npm run mkdocs", "preprocess": "node preprocessors.js && npm run mkdocs",
"viz": "tsviz -recursive src/ nghyd_class_diagram.png", "viz": "tsviz -recursive src/ nghyd_class_diagram.png",
......
node_modules/mathjax/MathJax.js
node_modules/mathjax/config
node_modules/mathjax/jax
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment