I am trying to load mustache.js (logic less template language) from CDN as an external file like :
<script src="https://raw.githubusercontent.com/janl/mustache.js/master/mustache.min.js"></script>
But it is giving below problem:
Refused to execute script from 'https://raw.githubusercontent.com/janl/mustache.js/master/mustache.min.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
Please help me. Thanks.