8 ms·
Looks nice. Special kudos for managing much of the wp-config though the built in config constants. Only thing I don't like is the renaming of the root `wp-conf
by Gipetto 13y ago
Looks nice. Special kudos for managing much of the wp-config though the built in config constants.
Only thing I don't like is the renaming of the root `wp-config` folder to `app`. I'd much rather have the app reflect the underlying wordpress conventions than to change it to look like something else. Yeah, consistency, but boo for barrier of entry or having to remember that `app` == `wp-config` when not everything we get to work on will get to use the shiny fandangled tool.
- bretthopper 13y agoEven Mark Jaquith's (WP core team member) WP Skeleton (https://github.com/markjaquith/WordPress-Skeleton https://github.com/markjaquith/WordPress-Skeleton) renames it to `content`. If that's the only thing you don't like, then you can easily just fork it and rename app to wp-content and change the couple config settings :)