tamagokun / pomander-wordpress

Wordpress tasks for use with Pomander
http://ripeworks.com/pomander/wordpress.html
MIT License
36 stars 5 forks source link

Assumed directory structure issues #8

Closed th3fallen closed 11 years ago

th3fallen commented 11 years ago

I love the structure of your wordpress with the exception of your plugins folder in the vendor dir this can get very confusing especially for those of us using wordpress with composer which by default also uses the vendor dir my suggestion is to relocate this under the public dir.

th3fallen commented 11 years ago

also another issue is the deploy:wordpress task the url your attempting to pull from is no longer valid.

tamagokun commented 11 years ago

This has been long on my mind as well. Older plugins that do stuff like dirname(dirname(dirname(__FILE__))) in order to find wp-content completely break unless you use the compat option which sets up additional symlinks. With all the symlinks floating around, it seems too hacky.

I'll have to update the wordpress url. Probably changed with Github's new releases feature.

th3fallen commented 11 years ago

yep i'll send a pull request for the updated url