0

I'm currently working on a PHP project using Netbeans IDE and MAMP server. I opened the project in Chrome and for testing and experementing I changed some CSS styles using DevTools.

After reloading the page the changes were still there. Then I noticed, that all css changes were also done in the original css source file.

I'm wokring since 2 years with Google Chrome DevTools, but this never happened to me.

How can I stop this behavior?

3
  • I know about caching, but I think you didn't get the question. Commented Feb 16, 2015 at 13:57
  • 1
    Do you have .css.map files ? Commented Feb 16, 2015 at 14:03
  • @AdrienXL No, in my source folder there only .css files. Commented Feb 16, 2015 at 14:07

1 Answer 1

1

If you are using NetBeans Chrome Connector plugin in Chrome, it by default propagates changes from Dev Tools to CSS/JS files. If you want to disable it, open Chrome Dev Tools, switch to NetBeans tab and uncheck the checkbox.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.