bigspring / monolith

A starter theme for WordPress built with Twitter Bootstrap
MIT License
9 stars 1 forks source link

Production/development constant should be defined through wp-config and not inc/config.php #341

Closed jrgmartin closed 8 years ago

jrgmartin commented 8 years ago

The issue we have is that the config file is always staged. Rather than unstage it, it's more sensible to move the production/development config into the wp-config.php file.

Monolith should be setup so that if this value isn't provided, development mode is assumed.