-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Codemirror fetch to HTTPS, up dependencies, recompile #34
base: master
Are you sure you want to change the base?
Conversation
Makes this work with older versions of the JVM
@ClashTheBunny, thank you for this! Pity it hasn't gotten merged in to the main repo, but it was enough to get me unblocked. |
@@ -6,7 +6,7 @@ mkdir -vp resources/public/third-party/pagedown | |||
mkdir -vp resources/public/third-party/jquery | |||
|
|||
curl -O http://getbootstrap.com/2.3.2/assets/bootstrap.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curl -O http://getbootstrap.com/2.3.2/assets/bootstrap.zip | |
curl -O https://getbootstrap.com/2.3.2/assets/bootstrap.zip |
This download breaks as well without HTTPS
@@ -6,7 +6,7 @@ mkdir -vp resources/public/third-party/pagedown | |||
mkdir -vp resources/public/third-party/jquery | |||
|
|||
curl -O http://getbootstrap.com/2.3.2/assets/bootstrap.zip | |||
curl -O http://codemirror.net/codemirror-3.15.zip | |||
curl -O https://codemirror.net/codemirror-3.15.zip | |||
curl -O https://pagedown.googlecode.com/hg-history/f2a5240e53a726e3c39b92fab9dd25fd9b7614c4/Markdown.Converter.js | |||
curl -O http://code.jquery.com/jquery-1.10.1.min.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curl -O http://code.jquery.com/jquery-1.10.1.min.js | |
curl -O https://code.jquery.com/jquery-1.10.1.min.js |
Fixed a few things that have changed over the years:
:jvm-opts
for xml.