Happy Monday!
With the help of my course tutor, I managed to sort out the issue I faced yesterday on my assignment (a portfolio website) after the Netlify deployment. Basically, my mobile responsiveness and some of the styling had disappeared.
The reason: I had a .gitignore file that excluded all CSS files.
I have been styling in SASS, and for the GitHub repository management, you only need the SCSS files. That is why the CSS files were ignored. But for the site to go LIVE on Netlify, the platform requires the CSS files also and not just the SCSS. So, when I deleted the .gitignore, and pushed the changes to GitHub, Netlify automatically picked the changes, and in a few seconds, my LIVE site was updated! That was quick! And everything was working fine on all devices! Phew!
In whatever available time I had, I worked on my initial wireframe diagrams - 8 wireframes for each of the 3 devices (mobile, tablet, and desktop) = 24 wireframes, plus I did another 8 for tablet portrait, bringing the total to 32 wireframe diagrams!
Now, I have the following remaining:
- a PowerPoint presentation
- a video presentation
- 2 x Readme.md files
It's never-ending!
Top comments (0)