jadbox / brackets-integrated-development

IDE-like support for Brackets
49 stars 7 forks source link

PHP not found #9

Open anthonycl opened 10 years ago

anthonycl commented 10 years ago

Can we have the ability in the preferences files to put our path to each executable or perhaps in the builder.json file? Something user friendly would be great.

jadbox commented 10 years ago

You may be able to specify the path before the cmd. Like: "cmd": "/opt/bin/php $FILE",

Let me know if this works!