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

Doesn't work when wp-config.php is one level higher #1

Closed scribu closed 12 years ago

scribu commented 12 years ago

A common file layout:

/public_html
  /wp-config.php
  /wp

Yet if I try to run whippet from /public_html/wp, I get:

Error: You did not specify a path to a WordPress installation or wp-content directory
dxw commented 12 years ago

Fixed in master. Thanks!

Incidentally -- how often do people actually do this? I've never used the feature.

scribu commented 12 years ago

Thanks for the quick fix.

It's very handy if you want to keep Core out of versions control, in a submodule, for example.