I'm currently using bower 1.2.2 to handle my client-side libraries for the first time with a new node app. I'm unsure whether I should initialize bower in the main project root alongside gruntfile.js and package.json, or within the static directory. Here's how my files are structured:
|____gruntfile.js
|____package.json
|____server.js
|____static
| |____index.html
Any guidance on the best approach would be greatly appreciated!