@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 Honestly just tired of breaking it and trying to get it to work.
Like, don't even know if the git pull is connected to anything, so it's just in general starting to be not worth it to tweak it too much