naing's avatar
Level 1

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

0 likes
5 replies
naing's avatar
Level 1

Hi Devmaurice,

Thanks for your suggestion.

I want to use CDN instead . Is it possible?

Best Regards, Naing

Mandrizzy's avatar

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

Mandrizzy's avatar

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.