CDN Resources for grunt-gh-pages
Various ways to access grunt-gh-pages via Content Delivery Networks
Package Installation
npm
npm install grunt-gh-pagesyarn
yarn add grunt-gh-pagespnpm
pnpm add grunt-gh-pagesCDN 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