mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-03 02:43:15 +00:00
Add remote path for mathjax
This commit is contained in:
parent
97641ed205
commit
d0d4d9d4b9
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ module.exports = (grunt) ->
|
||||||
preserveLicenseComments: false
|
preserveLicenseComments: false
|
||||||
paths:
|
paths:
|
||||||
"moment": "libs/moment-2.7.0"
|
"moment": "libs/moment-2.7.0"
|
||||||
|
"mathjax": "https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"
|
||||||
shim:
|
shim:
|
||||||
"libs/pdfListView/PdfListView":
|
"libs/pdfListView/PdfListView":
|
||||||
deps: ["libs/pdf"]
|
deps: ["libs/pdf"]
|
||||||
|
|
Loading…
Reference in a new issue