I want to specify a branch name while doing bower register instead of bower defaulting the git branch to master.
bower register mypackage [email protected]:mypackage.git#branch
but the above command doesn't work.
Thanks
I want to specify a branch name while doing bower register instead of bower defaulting the git branch to master.
bower register mypackage [email protected]:mypackage.git#branch
but the above command doesn't work.
Thanks
From looking at the source code it seems like Bower simply does not support that (yet).