Nerian / bootstrap-datepicker-rails

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

Calendar doesn't seem to render in Heroku #128

Closed tavyy closed 7 years ago

tavyy commented 7 years ago

Setting it up locally works perfectly fine. However, on Heroku (prd) the calendar doesn't seem to show. Getting rid of Turbolinks doesn't help either. I also tried assets precompiling with no luck. Anyone else had this problem? Rails 5 + Bootstrap 4.

tavyy commented 7 years ago

Turns out it was because of tether as a dependency of bootstrap. Importing it solved the issue.