community_plugins icon indicating copy to clipboard operation
community_plugins copied to clipboard

Allow syncing from git repo

Open ewinslow opened this issue 12 years ago • 2 comments

See my previous PR: https://github.com/Elgg/community_plugins/pull/8

Git tags in a valid php version format or vX.Y.Z format would automatically become releases.

ewinslow avatar Aug 19 '13 01:08 ewinslow

This would only work with plugins that include all their dependencies. What happens to plugins that rely on composer, npm and bower?

hypeJunction avatar Apr 08 '15 22:04 hypeJunction

npm/bower deps would have to be checked in. Expectation is that people could/would use composer to install if you are using composer to track dependencies.

ewinslow avatar Apr 19 '15 06:04 ewinslow