CDN Resources for load-grunt-tasks
Various ways to access load-grunt-tasks via Content Delivery Networks
Package Installation
npm
npm install load-grunt-tasksyarn
yarn add load-grunt-taskspnpm
pnpm add load-grunt-tasksCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/load-grunt-tasks"></script>Unpkg
<script src="https://unpkg.com/load-grunt-tasks"></script>jsDelivr ESM
<script type="module">
  import loadgrunttasks from 'https://cdn.jsdelivr.net/npm/load-grunt-tasks/+esm';
</script>Skypack
<script type="module">
  import loadgrunttasks from 'https://cdn.skypack.dev/load-grunt-tasks';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages