CDN Resources for grunt-text-replace
Various ways to access grunt-text-replace via Content Delivery Networks
Package Installation
npm
npm install grunt-text-replace
yarn
yarn add grunt-text-replace
pnpm
pnpm add grunt-text-replace
CDN 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