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