CDN js libraries in mix js
Hi experts,
How can I import CDN js libraries like "datatables" in resources\assets\js\app.js?
Best Regards,
Naing
Hi Devmaurice,
Thanks for your suggestion.
I want to use CDN instead .
Is it possible?
Best Regards,
Naing
search google for the the cdn then place it in your js script and the bottom of your html document like so
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
here i am referencing jquery through a cdn
no you can't compile external style sheets in sass the file must be on your local machine
Please or to participate in this conversation.