So, I'm using bower 1.2.2 to manage my client side libraries for the first time. My app is a simple node app, and I can't decide where to initialize bower. Here's my file structure:
|____gruntfile.js
|____package.json
|____server.js
|____static
| |____index.html
Should I initialize bower in the root next to gruntfile.js and package.json, or should I do it in my static directory. Any advice is greatly appreciated!
IMHO you can have that on the root where other tasks files are added. This way your bower_components will also reside on the root folder along with node_modules.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With