AY1920S2-CS2103T-F10-2 / main

Github page for My Internship Diary
https://ay1920s2-cs2103t-f10-2.github.io/main/
MIT License
0 stars 5 forks source link

Potentially large JAR file #204

Closed okkhoy closed 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.

gerhean commented 4 years ago

javafx-web is being used to host the user guide locally on the app for help command.