Load MathJax

  1. You are bundling your JavaScript with your CSS.
  2. The default configuration bundles all JavaScript into the assets/js/app.js bundle. Bundled code isn’t accessed with a separate <script> element but via import in the JavaScript code itself.

Please have a look at my recent post here.

1 Like