@Alda Do you use Docker? And if you do, would you mind helping us out with something?
@spiderrobotpig *noses in* I use docker at the moment, what's the issue?
@InspectorCaracal Can't get any of our graphical changes and don't understand where the custom scss thing goes and just bleh
@spiderrobotpig I believe the custom scss goes is (your mastodon path)/app/assets/stylesheets/ and you have to run
docker-compose run --rm web rails assets:precompile
again for the changes to take effect
@InspectorCaracal Yeah we've been doing that.
We also need to run docker stop $(docker ps -a -q) && docker-compose up -d right?
@spiderrobotpig Yeah. Although I've been having trouble getting my customizations to work, but that's because precompile keeps failing on me, so it's a different issue I think. =\
@InspectorCaracal Ours isn't failing we don't think?
It just takes forever
@spiderrobotpig Ahhh! Well, mine was taking forever long enough that I decided it must be hanging and killed it, so maybe I'm not patient enough and it's the same problem. >.>
@InspectorCaracal *shrug* It's not taking a -really- long time.
Like 1-2 minutes
@InspectorCaracal Yeah that's bad
@InspectorCaracal Yeah, docker seems like hot garbage not gonna lie.
Wish we had just done it the other way, but we couldn't find a tutorial
@spiderrobotpig Yeahhhh I'm just leaving it alone at this point until I migrate to a new server and a non-docker implementation.