Links with localhost:5757 not working (Kirby Starter Kit + CodeKit + MAMP)

Css and js files don’t work. Links look like this: <link href="http://localhost:5757/assets/css/index.css" rel="stylesheet">

That looks as it should. Do other links work as expected? Do you see an error in your dev tools network tab?

Tested a Starterkit with Mamp on port 5757 without issues. Is the port needed for Codekit for some reason?

I looked into the dev tools and found the issue: Codekit changed the filenames – I was sure I unchecked that. Now it works fine!

Thanks for your help!