php - Browser not showing the changes made in CSS -


i using netbeans php development.

if make change css, doesn't show in browser.every time have close netbeans , restart see changes made.

how can show css updates without restarting ide?

so 2 things.
first, if on localhost, check in php.ini file if opcache not activated. if activated add ";" comment. careful, there 2 php.ini file mamp wamp xamp, check if it's one.

second, check if use chrome disable cache while using dev tool. can done in web devtools setting (could same firefox).

may it's thing try these 2 things.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -