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

Fix #38 #40

Closed mallorydxw closed 9 years ago

mallorydxw commented 9 years ago

Issue #38 was bugging me because I keep forgetting to restart whippet after making a change to whippet-wp-config.php.

dgmstuart commented 9 years ago

@tomdxw So does this mean that now changes to wp-config will happen immediately, without restarting whippet-server?

mallorydxw commented 9 years ago

This only applies when you're using whippet-wp-config.php (i.e. serving a wp-content dir). If you're using wp-config.php (i.e. serving a normal WP installation) it seems like we need to replace require('wp-settings.php') to make everything work.