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