dxw / whippet-server

Whippet Server launches a stand-alone web server for a specific WordPress installation. It makes WordPress easier to develop with, for example, by adding lots of debug information to the terminal without cluttering up or breaking your templates.
ISC License
80 stars 6 forks source link

feature/issue-33 #41

Closed mallorydxw closed 9 years ago

mallorydxw commented 9 years ago

Fixes #33. This is necessary for running our projects in docker containers without interfering with developers' existing whippet-wp-config files.

mallorydxw commented 9 years ago

Note that PR#40 should be merged before this is merged.

mallorydxw commented 9 years ago

I think there's a bug with this. It seems to be checking for the existence of wp-content/whippet-wp-config.php, instead of for the existence of $options['config'].

harry-m commented 9 years ago

Does this need more work before merging?

mallorydxw commented 9 years ago

Yeah.

harry-m commented 9 years ago

Ok. Resubmit when ready?