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