CDN Resources for grunt-contrib-copy

Quick access to CDN links for the grunt-contrib-copy package

CDN Resources for grunt-contrib-copy
Various ways to access grunt-contrib-copy via Content Delivery Networks

Package Installation

npm
npm install grunt-contrib-copy
yarn
yarn add grunt-contrib-copy
pnpm
pnpm add grunt-contrib-copy

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/grunt-contrib-copy"></script>
Unpkg
<script src="https://unpkg.com/grunt-contrib-copy"></script>
jsDelivr ESM
<script type="module">
  import gruntcontribcopy from 'https://cdn.jsdelivr.net/npm/grunt-contrib-copy/+esm';
</script>
Skypack
<script type="module">
  import gruntcontribcopy from 'https://cdn.skypack.dev/grunt-contrib-copy';
</script>