rharriso / bower-rails

Bundler-like DSL + rake tasks for Bower on Rails
MIT License
1.46k stars 128 forks source link

How can I install only 1 package only? #194

Open vuhailuyen1991 opened 8 years ago

vuhailuyen1991 commented 8 years ago

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.

mostlydev commented 7 years ago

I have the same question. The README isn't clear on many things.

The most important IMO is:

This all seems very tedious for something that's supposed to simplify.