Nerian / bootstrap-datepicker-rails

A Datepicker for Twitter Bootstrap, integrated with Rails assets pipeline
MIT License
649 stars 182 forks source link

Is there a conflict with bootstrap-sprockets? #107

Closed jasonperrone closed 9 years ago

jasonperrone commented 9 years ago

I installed the gem through the Gemfile/bundle install, and required the scss and the javascript exactly as the documentation states, but neither the scss nor the javascript file can be located. I am wondering if this does not work alongside bootstrap-sprockets? So, for example my application.js file is:

//= require bootstrap-sprockets //= require bootstrap-datepicker

I hit refresh in the browser and I get a Sprockets:FileNotFound error 'couldn't find file 'bootstrap-datepicker' with type 'application/javascript''

jasonperrone commented 9 years ago

Nevermind. I just needed to restart the server.