hello "Uncaught ReferenceError: r is not defined"
I couldn't fix this error no matter what I did.
/tools/node_modules/jquery/dist/jquery.js
There is jquery in the directory but how do I use it?
%script{src: "http://code.jquery.com/jquery-3.5.1.min.js"}
I added it with normal cdn, the page loads successfully, but the same error continues?
Hi BüÅra,
We have the same issue for this case. Our approach is to use the bundle assets similar to the HTML version (build using gulp/webpack), not directly from the source, then include them in the rails as bundled js/css.
Thanks
Due to this error, I think I cannot show datatable on my page.
https://preview.keenthemes.com/html/metronic/docs/general/datatables/overview
css and js files are included as in this link.
ruby on rails project