keepthatworktoyourself / wombat

Not another website builder. Public repo — raise issues, request features, get help.
2 stars 0 forks source link

Media items uploaded with wom push --uploads never get size versions on local #353

Open bhallstein opened 7 months ago

bhallstein commented 7 months ago

If you 'upload' files in dev mode then push them to live with wom push --uploads, the local versions will switch to referencing the remote url. However, variant generation (resizing) now runs async on the API, so the local versions will never get variants. (See: https://github.com/keepthatworktoyourself/wombat/issues/340)

Consider adding a cronlet that checks for local items that are resizable but lack variants and resync them from live periodically.