[TIMOB-27733] Speed up build by pre-generating all image sizes
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | build, griffin-app, images |
Reporter | Brenton House |
Assignee | Unknown |
Created | 2020-01-23T15:56:00.000+0000 |
Updated | 2020-01-25T20:28:58.000+0000 |
Description
Currently, when you do a Titanium build, it generates all the necessary missing image sizes based on the original images. However, this task has to be completed each and every time you do a build.
It would make sense to do this one time, and possibly generate the images into the /app directory instead so that the next time a build is done, it would see that these images already exist and skip this part of the build.
+1, this is really a long term issue. Pre-generate and cache.