You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a script to sync all of the couchapp views that end up as design documents in the ul database. This script does not synchronise the separate views required to power the image API. We either need a second script, or at least documentation on how to sync those.
Note: The couchapp views are bundled up into something compatible with a CouchDB bulk update (i.e. all content in a docs array). The image views are hard-coded JSON, one file per view.
The text was updated successfully, but these errors were encountered:
There is a script to sync all of the couchapp views that end up as design documents in the ul database. This script does not synchronise the separate views required to power the image API. We either need a second script, or at least documentation on how to sync those.
Note: The couchapp views are bundled up into something compatible with a CouchDB bulk update (i.e. all content in a
docs
array). The image views are hard-coded JSON, one file per view.The text was updated successfully, but these errors were encountered: