# Quality Check dev-0.2.0

## Static checks performed

- JavaScript syntax check for all files under `scripts/` with `node --check`.
- Inline JavaScript syntax check for all files under `demo/` with `node --check` after extracting script blocks.
- AMD relative dependency existence check.
- ZIP integrity check with `unzip -t`.

## Notes

Browser-level visual confirmation should be performed through an HTTP server because demos intentionally load jQuery 2.1.4 and RequireJS from CDN according to the development policy.
