webflow-utilities
v1.0.236
Published
A set of utilities for consuming the CDL API through Webflow and other generic CDL sites
Downloads
26
Readme
Webflow Utilites
A set of utilities for consuming the CDL API through Webflow and other generic CDL sites
Installation
Via NPM
npm install --save webflow-utilites
Via CDN (don't async or defer)
<script type='text/javascript' src='https://webfiles.canadiandiscovery.com/public/CDN/webflow-utilities.min.js'></script>
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.
npm run deploy