npm run watch
will watch the src directory for changes. Open demos/modal.html in a web browser to test the widget.
npm run build
creates a dist
directory and adds minified versions of assets.
Automated deployment of minified assets and generated files to Amazon S3 happens on every commit to master
and is handled by CircleCI.