Jan 5th 23 4:14 am
If you are running your own Shuttlecraft, time to pull the latest changes!
Just a few minor things tonight:
- Fixed some CSS
- Merged notification bug fix from <span class="h-card"><a href="https://mastodon.me.uk/@tobyjaffey" class="u-url mention">@<span>tobyjaffey@mastodon.me.uk</span></a></span>
- Urls in posts will now be links
You should be able to get the latest by doing a git pull origin main
@benbrown On Glitch I did the following:
git remote add origin https://github.com/benbrown/shuttlecraft.git
git pull -s recursive -X theirs origin main
(some other stuff that probably broke things)
And now it's broken! Looks like broken CSS to me. Is there a way to force a regen of local files?
@patrickmcurry@mastodon.social broken CSS? wth dude.
@benbrown This whole internet thing was clearly a mistake.
@patrickmcurry@mastodon.social in glitch, there is a built in tool for importing from github. maybe try that?
@benbrown @patrickmcurry Running a “Tools > Import / Export > Import from GitHub” blew out my `.env` file, but everything else appears fine.
@boogah@simian.rodeo thanks for the report. I gotta fix the .env file situation