Skip to content

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.

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

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.

3 participants