Assets are missing when using GitHub as gem source #3891
-
I just tried to load the Avo gem from my own fork on GitHub:
The problem is that the assets (avo.base.css and avo.base.js) are missing: Before I dive deeper into trying to fix this - has anybody had this problem before? 😀 Probably the same issue as described in CONTRIBUTING.md, but how can I fix it in this case? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @manuelmeurer, The steps provided in the CONTRIBUTING.md should solve the issue. Have you tried those, and does the issue still persist? |
Beta Was this translation helpful? Give feedback.
-
I can't run those steps, since I don't have the gem in a local folder, I want to load it in my Gemfile from GitHub. |
Beta Was this translation helpful? Give feedback.
Got it, that's documented here: https://docs.avohq.io/3.0/installation.html#install-from-github
Let me know how it goes