A set of utilities for consuming the CDL API through Webflow and other generic CDL sites
npm install webflow-utilitiesbash
npm install --save webflow-utilites
`
Via CDN (don't async or defer)
`html
`
Development
In visual studio code you can run a hot reloading app with 'F5'. In all other situations run
`webpack serve` or `npm run serve`.
Note: This library is built for running in a webpage; but it should be able to be run in node as well. Don't assume window & document exsit.
Deployment
The following will both publish the npm package and update the file in the CDN (\\\\webhost-remote\file\public\CDN\webflow-utilities.min.js)
This will put the it changes live immediately, make sure you test to make sure you haven't broken anything webflow.
`bash
npm run deploy
``