Closed AsmodeusXI closed 9 years ago
Bower is mentioned in the package.json, so it should be getting installed as part of the npm install
command. Were you seeing issues?
If bower is only installed in the local node_modules directory, and not globally, I know that you won't be able to run a bower command without referencing the full path, e.g. node_modules/bower/bin/bower install
. My attempt to take care of this was to have the npm install also do a bower install.
If that's not sufficient, then this change is spot on.
You know, I think I just made an assumption based on the WWT environment about needing to pair a bower install
with an npm install
whenever you had a repo with both. Yay for learning experiences! More importantly, now I know how to contribute! Excellent.
Awesome! I'm looking forward to clicking the merge button on a PR from you!
I'm guessing this should be part of it? I could be wrong, but figured I'd add this (also wanted to test my setup, so here we are).