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

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -