Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Marco Fregoso
90 Pointslocalhost not working properly
Yesterday I set up a local server using MAMP following the steps on the Treehouse course, everything was working fine until now, when I edit part of the css file, save it and try to preview it on "localhost" nothing changes, both Javascript and HTML changes make effect right away but CSS files are not working properly for some reason, even after deleting all the rules inside the main css file and leaving it empty everything remains the same in the browser just as if nothing had happened, I can even manipulate the css using jQuery and the code will work just fine and I'll be able to see the changes in the browser, what is happening? Are the old files cached into the browser, I'm really confused lol
1 Answer
nico dev
20,364 PointsCould be. Tried deleting cache from browser settings?
The problem could also be in the head of your html, where you link to your stylesheet.
Do you mind sharing the code, by making a snapshot?
Maybe with the help of more eyes, we can find the issue?