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
`client-bundle.js` is generated and saved to `app/assets/javascripts`. This is included in the
@@ -182,7 +182,7 @@ jQuery and jQuery-ujs are not required within `app/assets/javascript/application
182
182
and have been moved under`/client` and managed by npm. The modules are exposed via entry point
183
183
by `webpack.common.config.js`.
184
184
185
-
In `application.js`, it's critical that any libraries that depend on jQuery come after the inclusion
185
+
In `application.js`, it's critical that any libraries that depend on jQuery come after the inclusion
186
186
of the Webpack bundle, such as the twitter bootstrap javascript.
187
187
188
188
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.
@@ -260,7 +260,7 @@ Run the tests with `rspec`.
260
260
### RubyMine/Webstorm Linting Configuration
261
261
* I started out trying to make RubyMine and WebStorm catch and fix linting errors. However, I find
262
262
it faster to just do this with the command line. Your mileage may vary.
263
-
* Create a custom scope like this for RubyMine, named "Inspection Scope"
263
+
* Create a custom scope like this for RubyMine, named "Inspection Scope"
0 commit comments