File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
11
11
// about supported directives.
12
12
13
- // It is important that generated/vendor-bundle must be before bootstrap since it is exposing jQuery and jQuery-ujs
13
+ // CRITICAL that generated/vendor-bundle must be BEFORE bootstrap-sprockets and turbolinks since it is
14
+ // exposing jQuery and jQuery-ujs
14
15
//= require generated/vendor-bundle
15
16
//= require generated/app-bundle
16
17
17
- // Must go after the vendor-bundle, b/c vendor-bundle has jQuery.
18
- //= require bootstrap-sprockets
19
-
18
+ // Next two depend on jQuery
20
19
//= require turbolinks
20
+ //= require bootstrap-sprockets
21
21
22
22
//= require react_on_rails
23
23
You can’t perform that action at this time.
0 commit comments