-
Notifications
You must be signed in to change notification settings - Fork 686
Description
Per conversation with Mike on Slack:
"the cache isn't kept locally
this is the resources command works. It uploads the files, generates the images, then sends them back
it keeps a small references to what project sent what
then when you try to run the command again, it will diff the two images, if nothings changed, it will jsut send the same images back
it's not a simple .cache file
so to make it rebuild the image, make a small change to the psd, then build it again"
I am receiving 3 corrupt files from the ionic resources command
✓ splash ios Default-667h.png (750x1334) from cache
✓ splash ios Default-736h.png (1242x2208) from cache
✓ splash ios Default-Portrait@2x~ipad.png (1536x2048) from cache
I need a way to rebuild these files without changing the image.
Please supply a way of running this command locally on the system or a way to clear the server cache.