Hi. When building our app for 12.1, i noticed that the war file is 40-50MB bigger compared to 6.0.
I did some digging and found out that the /sc folder is substantially larger, more specifically:
modules folder:
5.8 -> 23.8 MB
modules-debug folder:
19.9 -> 23.1 MB
system folder:
7.5 -> 31.6 MB
So, i have a couple of questions:
1. Is there any documentation about these different folders and files (i didn't find any)?
2. Is there any way for me to figure out what of all this i need, and specify what to be included in the build, or in any other way reduce the size of these folders? There seems to be a lot of stuff in here not required for our application.
Thankful for pointers.
edit: this is my gwt.xml inherits:
I did some digging and found out that the /sc folder is substantially larger, more specifically:
modules folder:
5.8 -> 23.8 MB
modules-debug folder:
19.9 -> 23.1 MB
system folder:
7.5 -> 31.6 MB
So, i have a couple of questions:
1. Is there any documentation about these different folders and files (i didn't find any)?
2. Is there any way for me to figure out what of all this i need, and specify what to be included in the build, or in any other way reduce the size of these folders? There seems to be a lot of stuff in here not required for our application.
Thankful for pointers.
edit: this is my gwt.xml inherits:
Code:
<inherits name='com.google.gwt.user.User'/> <inherits name="com.smartgwt.tools.SmartGwtTools"/> <inherits name="com.smartgwtee.SmartGwtEENoScriptNoTheme"/>
Comment