Whenever I add new package I have to call rake bower:install. That command will install everything from the beginning and it's not efficient. I do not see anything in the instruction that guide me to install 1 package only.
I have the same question. The README isn't clear on many things.
The most important IMO is:
How do you add things to the bower.json file? The only reliable way I've found is to run the regular bower command with the --save flag, move the relevant line to the "developer" block, and then run rake bower:install.
This all seems very tedious for something that's supposed to simplify.
Whenever I add new package I have to call rake bower:install. That command will install everything from the beginning and it's not efficient. I do not see anything in the instruction that guide me to install 1 package only.