#Install docs

1 messages ยท Page 1 of 1 (latest)

ripe ice
#

@jade ginkgo likely has more experience building the site

jovial rock
#

Seems to be a warning that got introduced when ruby was bumped.

#

The error is most likely coming from somewhere else as noted by the last line. "Generating CSS failed"

#

I've tried on a fresh devcontainer and could generate without issues.

jade ginkgo
#

Should be bundle i first, then bundle exec rake preview if you wanna develop locally

#

We updated the Ruby version the other day, so you might be outdated, try git reset --hard (if you have no local changes) and try the commands above again

jovial rock
#

ruby -v matches in his screenshot with the version that is defined in the repository, so that's probably not it

jade ginkgo
#

Wow, I didn't even realise we had docs for contributing to ha.io

#

You don't need to do all that if you can use a devcontainer

#

If you're not using a devcontainer, my first question would be: why don't you use the devcontainer ๐Ÿ˜…

icy obsidian
#

But people like that, I don't use them though

mortal oar
#

Thanks all!
If I want it to work now, I'll use a devcontainer, but if we give the manual instructions, they better work ๐Ÿ˜‰

mortal oar
#

Btw, I have no idea how my system Ruby version matches the required one in .ruby-version because I don't have any manager like rvm installed yet.