bootstrap-typeahead-rails icon indicating copy to clipboard operation
bootstrap-typeahead-rails copied to clipboard

Looks like readme error

Open sadgb opened this issue 9 years ago • 3 comments

I was unable to *= require bootstrap-typeahead-rails but

*= bootstrap-typeahead-rails/bootstrap-typeahead

works good. I think you should update your readme

sadgb avatar Aug 14 '15 07:08 sadgb

It should work as stated in the Readme.

The index file at [1] should get required when you do require bootstrap-typeahead-rails.

[1] https://github.com/Nerian/bootstrap-typeahead-rails/tree/master/vendor/assets/stylesheets/bootstrap-typeahead-rails

Nerian avatar Aug 14 '15 09:08 Nerian

it doesn't work. Tried clean rails 4.2 application with line gem 'bootstrap-typeahead-rails' in my gemfile

sadgb avatar Aug 22 '15 20:08 sadgb

You can take a look at the test app:

https://github.com/Nerian/bootstrap-typeahead-rails/tree/master/testapp

It works as stated in the Readme. Maybe you could check for differences.

Nerian avatar Aug 22 '15 21:08 Nerian