Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 301 Bytes

BUILD.md

File metadata and controls

20 lines (12 loc) · 301 Bytes

Building bundles

Install development dependencies: npm install Build: npm run build

To bump the version

  • edit config.js
  • rebuild
  • deploy to unpkg CDN
  • edit the URLs in readme

notes:

The debug is set at build time in the config.js

local test server for the examples

npm run start