Reputation: 292
I have configured SCSS File Watcher in PhpStorm and it works without problems. The only point disturbing me, it start every time shortly after I start writing. Coming from Netbeans I am used to save my change and only then file watchers are starting. Is there any know way to archive such behaviour in PhpStorm?
To make it clear: File Watcher is working, there are no problems like "is not triggering", "file not found" or something else. I only want a similar behaviour to how I know it from Netbeans.
Upvotes: 0
Views: 888
Reputation: 8625
You can set it with the following tweaks:
You can find more filewatcher in-depth info here
Upvotes: 3