CDN Resources for grunt-newer

Quick access to CDN links for the grunt-newer package

CDN Resources for grunt-newer
Various ways to access grunt-newer via Content Delivery Networks

Package Installation

npm
npm install grunt-newer
yarn
yarn add grunt-newer
pnpm
pnpm add grunt-newer

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/grunt-newer"></script>
Unpkg
<script src="https://unpkg.com/grunt-newer"></script>
jsDelivr ESM
<script type="module">
  import gruntnewer from 'https://cdn.jsdelivr.net/npm/grunt-newer/+esm';
</script>
Skypack
<script type="module">
  import gruntnewer from 'https://cdn.skypack.dev/grunt-newer';
</script>