- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I downloaded my app built for Android, ios and Windows platforms and I noticed that their package size was bigger than expected.
Respectively unzipping apk, ipa and zip files, I found out two problems:
- duplicated icons and splashscreen of all platforms are copied into destination www folder (or subfolder).
- the source code of my locally imported plugins is not stripped away from the final package.
To fix the first issue, I just placed those images in a folder whose name starts with a dot (i.e. "www\.sys\res\icon\" and "www\.sys\res\screen\"):
so not needed icons and splashscreens are correctly removed from the package.
But I'm not able to remove the plugins source code: if my folder structure is as following
www\plugins\localplugin1\<full source code here> www\plugins\localplugin2\<full source code here>
in the built package I get
www\plugins\localplugin1\<full source code here> www\plugins\localplugin2\<full source code here> www\plugins\www.localplugin1.id\<platform js here> www\plugins\www.localplugin2.id\<platform js here>
This issue is present in packages built since the last month.
Is there any workaround (or a post-build command) to "delete" local plugin folders before building the package?
Thanks
CtwDev
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The plugins should be removed from the build. I will take a look and get back to you.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any news?
Thanks
CtwDev

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page