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