loewydesign / wordpress-layout-builder

Integration of Layout Builder into WordPress in the form of a plugin. Layout Builder simplifies the placement of elements into sophisticated grids.
GNU General Public License v2.0
0 stars 1 forks source link

Plugin install using WP CLI #2

Open ghost opened 8 years ago

ghost commented 8 years ago

Installing via wp-cli does not include layout-builder sub module as expected. It also install the plugin in 'wordpress-layout-builder-develop' folder which I think a simple 'layout-builder' folder would be better.

agopshi commented 8 years ago

Interesting, it looks like GitHub's "Download ZIP" functionality doesn't include submodules (apparently they use git-archive directly, which doesn't archive submodules). We need to use Git submodules to include the layout-builder source without copy-pasting it.

It looks like we may have a possible solution via the Releases functionality, however. We should be able to tag a specific release, then upload a "proper" archive which includes the submodules. I'll try this out today.