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

Don't copy whippet-wp-config, just include it #38

Closed mallorydxw closed 9 years ago

mallorydxw commented 9 years ago

If you need to modify your whippet-wp-config file, it would be better if whippet-server include()d it instead of copying its contents into a new wp-config file.