Debate rages about whether JSON should have comments. The specification says it shouldn't but the author of JSON suggested that if you want to use JSON for configuration, then pipe it through jsmin before parsing. So that's what we do, using a tiny JSON minifier from https://github.com/getify/JSON.minify/tree/python Closes #135 |
||
|---|---|---|
| .. | ||
| schema | ||
| .gitignore | ||
| 404.html | ||
| _config.yml | ||
| configuration.md | ||
| Gemfile | ||
| Gemfile.lock | ||
| index.md | ||
| README.local | ||
To update/install: gem install bundler bundle install To run a local server/test the build bundle exec jekyll serve To update deps bundle update or bundle update github-pages