rharriso / bower-rails

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

Rake tasks disappeared #169

Open samstickland opened 9 years ago

samstickland commented 9 years ago

Hi,

I was using bower-rails without issue, but now my Bower rake tasks have disappeared. I've tried upgrading to the latest bower-rails install 0.10.0 (was 0.9.2) but it hasn't helped.

I've also tried re-running the initializer generator, but again without any luck:

$ rake -T | grep -i bower
$ rails g bower_rails:initialize
    conflict  Bowerfile
Overwrite /home/dev/hubbadoproto/Bowerfile? (enter "h" for help) [Ynaqdh] n
        skip  Bowerfile
      create  config/initializers/bower_rails.rb
$ rake -T | grep -i bower
$ rails -v
Rails 4.2.3

Any ideas? I'm pretty stumped.

samstickland commented 9 years ago

OK, so it turns out that I can execute the rake tasks, they just aren't listed under rake -T