I'm trying to figure out some things in bower but am having some issues. Mainly, when I try and install a locally hosted repo's specific branch.
For instance, I run this command:
bower install appName=/path/to/file
However, when I do that, I get:
ENORESTARGET Tag/branch master does not exist
Additional error details:
Available tags: some-tag-1,
Available branches: integration, origin/bower
I'm specifically trying to get to the 'orgin/bower' branch. Can anyone help?