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