DEV Community

Discussion on: 5 reasons why Git based resume is awesome

Collapse
 
acro5piano profile image
Kay Gosho • Edited

Thank you for the comment.

I have tried that simple approach, but I switched to hosting in Netlify.

The reason is that if we add some build process (like compiling jsx, compress & uglify assets, etc...), we have to commit these files to git.
I always use webpack or something to bundle my code, so hosting service is necessary for me...

But Netliy makes the deployment process quite easy!