You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,9 @@ jQuery and jQuery-ujs are not required within `app/assets/javascript/application
178
178
and have been moved under`/client` and managed by npm. The modules are exposed via entry point
179
179
by `webpack.common.config.js`.
180
180
181
+
In `application.js`, it's critical that any libraries that depend on jQuery come after the inclusion
182
+
of the Webpack bundle, such as the twitter bootstrap javascript.
183
+
181
184
Please refer to [Considerations for jQuery with Rails and Webpack](http://forum.railsonmaui.com/t/considerations-for-jquery-with-rails-and-webpack/344) for further info.
0 commit comments