This commit is contained in:
Henry Oswald 2014-07-29 10:55:29 +01:00
commit f821c38a9f
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ module.exports = (grunt) ->
preserveLicenseComments: false
paths:
"moment": "libs/moment-2.7.0"
"mathjax": "https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"
"mathjax": "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"
shim:
"libs/pdfListView/PdfListView":
deps: ["libs/pdf"]

View file

@ -92,7 +92,7 @@ block content
window.anonymous = #{anonymous};
window.requirejs = {
"paths" : {
"mathjax": "https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML",
"mathjax": "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML",
"moment": "libs/moment-2.7.0"
},
"urlArgs" : "fingerprint=#{fingerprint(jsPath + 'ide.js')}-#{fingerprint(jsPath + 'libs.js')}",