-
-
Notifications
You must be signed in to change notification settings - Fork 982
Closed
Description
Got this error when the end of my app/assets/application.js looked like this (as suggested in the readme)
//= require bootstrap-alerts-1.3.0
//= require bootstrap-dropdown-1.3.0
//= require bootstrap-modal-1.3.0
//= require bootstrap-popover-1.3.0
//= require bootstrap-scrollspy-1.3.0
//= require bootstrap-tabs-1.3.0
//= require bootstrap-twipsy-1.3.0
Moving the twipsy line to before the popover line solved this problem (popover depends on twipsy)
//= require bootstrap-alerts-1.3.0
//= require bootstrap-dropdown-1.3.0
//= require bootstrap-modal-1.3.0
//= require bootstrap-twipsy-1.3.0
//= require bootstrap-popover-1.3.0
//= require bootstrap-scrollspy-1.3.0
//= require bootstrap-tabs-1.3.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels