PhpStorm: file watcher on multiple file types + running script from localhost

59 Views Asked by At

I want to define some kind of file watcher for multiple file types: .php, .less and .js which will call a script with certain variable parameters (as like from the console) from my current project (localhost).

This should be under "Tools > File Watchers" > custom ?

Unfortunately, it seems, I can only choose from one file type at time - and how would I call the localhost server script under "program"?

0

There are 0 best solutions below