You will need:
- Node.js
- Gulp available globally
npm install -g gulp-cli
- To install the dependencies
npm install
oryarn
Run gulp
to build the library and watch for changes.
Copy test.config.example.js
to test.config.js
, edit to fit your environment
and open up test.html
in a browser.
(This doesn't happen often so it's easy to forget)
- Update new version number in package.json
- Commit a new tag pointing to the correct revision
npm publish