AY1920S2-CS2103T-W17-2 / main

Notably
https://ay1920s2-cs2103t-w17-2.github.io/main/
MIT License
3 stars 4 forks source link

[Important] Potentially large JAR file #393

Open okkhoy opened 4 years ago

okkhoy commented 4 years ago

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 and javafx-media) within the JAR? If so, please remove it to make the size easier to manage.

kevinputera commented 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!