wpalchemy
wpalchemy copied to clipboard
Break repo up into 2 separate projects
You should really split this project up into 2, to make it easier for people to include wpalchemy into their own projects using git submodules. wpalchemy/wp-content/wpalchemy should be moved out into its own project, and then maybe you could make another project called wpalchemy-examples which contains all the other stuff (wp-content/themes etc.) and includes wpalchemy as a git submodule.
For example, I'm building a site now which I source control using git. It would be great if I could do:
git submodule add git://github.com/farinspace/wpalchemy.git wpalchemy
and just get the actual wpalchemy code included into my project, and not the examples (wp-content/themes etc.)
agreed!
Also agreed. Given how easy it is now to include WP as a submodule, it would be great to do the same with this. One-click WP project deployment ftw
:+1: