Does anyone use version control system with XenForo addons?
In case you guys are using git how do you setup repositories with xf addons?
In my case I think I should use git submodules on each plugin, but currently I'm facing a problem
XenForo
|
|
+--js/MyAddon/Addon.js
|
+--library/MyAddon
|...