Downloaded build in Netlify- Opened in VS Code - Looks like Gibberish

https://freshkid-development-b89411.netlify.app/

The build was done by another developer in his VS Code. Downloaded all the website files but it appears weird in VS Code.

What am i missing? Setup?

The .zip file available is what Netlify builds your site into. This means any transformations you apply to your code build time are found there.

It looks like your colleague has minified the site as well as imported some css into the <head>.

Ah ok so just move/ copy his files from git hub repo instead to my vs code?

yep that’s right :slightly_smiling_face: .