Open okkhoy opened 4 years ago
Hi Prof @okkhoy, thanks for the issue! We'll definitely keep this in check before submission.
We're including javafx-web
and javafx-media
as we need to use JavaFX's WebView
component to render HTML strings (which is a result of our Markdown -> HTML compiler).
We'll keep this in mind!
Your current JAR file is about 86 mb. While at the moment it is within the constraint (100mb), by the end of the project you may potentially hit the limit. Please check if you have packaged possibly unwanted libraries (e.g.,
javafx-web
andjavafx-media
) within the JAR? If so, please remove it to make the size easier to manage.