@aw-webflow/iga_page_js
v1.0.2
Published
Custom JavaScript for a Webflow page.
Readme
@aw-webflow/iga_page_js
Custom JavaScript for a Webflow page.
Usage via jsDelivr CDN
Add the following script tag to the Webflow page's custom code (before </body>):
<script src="https://cdn.jsdelivr.net/npm/@aw-webflow/[email protected]/script.js"></script>Pin to a specific version in production. jsDelivr will cache aggressively — bump the version to force a refresh.
Deployment Workflow
- Push changes to GitHub.
- Bump the version in
package.json. - Run
npm publish --access public. - Update the
<script>tag version in Webflow to point at the newly published version.
Local Development
npm install
npm startnpm start runs Parcel against script.js for local testing.
