ryntluka
Joined
10 Experience
0 Lessons Completed
0 Questions Solved
Activity
I am a bit lost in this section and have been struggling to make this work for some time now. I followed this guide and I can see both application.css
and application.js
in the manifest folder of the asset pipeline and it seems to me they contain bootstrap all right. But the resulting style is a bit messed up and javascript parts like dropdowns aren't working. Any idea what could be wrong?
My application.html.erb contains the following:
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %>