rharriso / bower-rails

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

Bower-rails don't respects main_files #150

Closed phlegx closed 9 years ago

phlegx commented 9 years ago

Using bower-rails with this bower file configuration:

asset 'bootstrap-sass', '3.3.5', main_files: ['./assets/javascripts/bootstrap-sprockets.js']

bower rails includes only bootstrap.js!

application.js

//= require bootstrap-sass
ain commented 9 years ago

We're working off 4aa906f2702d611eb801066f369516d669ebeaba and it works. You're probably still on 0.9.2 which does not have this feature.