Help needed. PhpStorm Linux, built-in web server / file watcher : scss/sass
Hello fellow web developers. I'm currently stuck at a place where I can't do anything I want. The problem I have is with the built-in web server in phpstorm. I can't find the right PHP Interpreter for the web server. Where can I find that for linux ubuntu 15.04. The other problem I have is how to install scss/sass with file watcher in linux. I can't find a way to do this. if there is anyone in the community who knows how to do it please respond.
请先登录再写评论。
try "/usr/bin/php" for the PHP excutable field
Thank you, that fixed the PHP Interpreter and I can now run the built-in web server. Now my only problem is file watcher and scss/sass
Settings > Tools > File Watchers

Top right click the Green '+'
Scss (should be similar to this, I'm running Kubuntu 14.04)
That fixed it. Thank you for your help
:)