I was reading through the documentation for Bower here and I read this line: "The .bowerrc file should be a sibling of your project's bower.json." What does that mean exactly? Searching Google returned questions of people asking how to find siblings, but not what they actually are.
Asked
Active
Viewed 809 times
1 Answers
2
Siblings share the same parent, so it means they should both be in the same folder.

Bryan Oakley
- 25,332
-
1Thanks, I thought it was probably something as simple as that. – mshindal Jun 13 '14 at 21:46