Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ClashTheBunny
Copy link

Fixed a few things that have changed over the years:

  • Any java newer than 8 needs :jvm-opts for xml.
  • I updated all of the dependencies to the latest versions
  • I included an exclusions for datomic-free's version of guava
  • I recompiled it
  • Codemirror needs to be fetched over https

@schalkwijk
Copy link

@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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
curl -O http://code.jquery.com/jquery-1.10.1.min.js
curl -O https://code.jquery.com/jquery-1.10.1.min.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants