It’s a work in progress 😉
Thank you 🙂 I’m just trying to use this repository like bower_component. I can’t find SVN URL endpoint to using it in bower. Few examples from Bower API (bower. io/docs/api/#install):
svn+ssh://package. googlecode. com/svn/
svn+https://package. googlecode. com/svn/
svn+http://package. googlecode. com/svn/
I try use svn+h t t p s : / / bbpress. svn. wordpress. org/
but it doesn’t work.
P. S. I use a lot of spaces because bbpress. org doesn’t allow publish replies with external links.
@Robkk yep, I saw this. But this repo don’t have releases tags (for example 2.5.4)
@korobochkin, The official bbPress repo links are as follows,
SVN:
https://bbpress.svn.wordpress.org
Git:
git://bbpress.git.wordpress.org
Hm. I can’t use this link like a bower component (something not work). But I find https:// github . com/wp-plugins/bbpress.git
– pretty good and working with bower and you can set up something like https:// github . com/wp-plugins/bbpress.git#2.5.6
to set up vertsion.