Code used for Dance-X-Treme website.
Making heavy use of Bootstrap and Angular.
Install JSONLint:
npm install jsonlint -g
Validate:
for i in data/*; do echo Validating $i; jsonlint -q $i; done
- Automated test for testing JSON validity
- Continuous Integration (at least for JSON file validation)
- Automated deployment (tagged releases only?)