You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: