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
Themer has proven to be super useful, thanks for building it!
As we scale up our design system however, we're starting to feel some growing pains with how Themer sources JSON:
JSONBin requires an account with another service like Github or Twitter—this puts a lot of pressure on whoever's account we're tying to for maintenance (or if they land their dream job and leave our team!)
JSONBin, or any UI-based service (like Gists proposed in Use gist.github.com instead of jsonbin.io? #26), introduces a manual maintenance step that has potential to be quite brittle…we're really counting on the maintainer's copy/paste abilities 😅
Proposed solution
I'd love the ability to set an arbitrary URL, in this case pointing to a JSON file hosted on our CDN. We build and deploy our design tokens via our CI pipeline, so if we could point to an asset on our CDN, we wouldn't need to update the theme after each release
The text was updated successfully, but these errors were encountered:
@nachtfunke I wanted to close the loop here: we're probably gonna migrate to the Figma Tokens plugin, it supports URL endpoints, and also allows for read/write in-Figma (if your stack supports it).
Themer has proven to be super useful, thanks for building it!
As we scale up our design system however, we're starting to feel some growing pains with how Themer sources JSON:
Proposed solution
I'd love the ability to set an arbitrary URL, in this case pointing to a JSON file hosted on our CDN. We build and deploy our design tokens via our CI pipeline, so if we could point to an asset on our CDN, we wouldn't need to update the theme after each release
The text was updated successfully, but these errors were encountered: