vimspector/docs
Ben Jackson d42fd51f35 Support c-style comments in JSON
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
2020-03-21 15:16:07 +00:00
..
schema Fix up the site 2019-11-06 15:53:03 +00:00
.gitignore Fix up the site 2019-11-06 15:53:03 +00:00
404.html Fix up the site 2019-11-06 15:53:03 +00:00
_config.yml Fix up the site 2019-11-06 15:53:03 +00:00
configuration.md Support c-style comments in JSON 2020-03-21 15:16:07 +00:00
Gemfile Fix up the site 2019-11-06 15:53:03 +00:00
Gemfile.lock Update github pages to fix website, maybe 2020-02-02 18:27:01 +00:00
index.md Fix up the site 2019-11-06 15:53:03 +00:00
README.local Update github pages to fix website, maybe 2020-02-02 18:27:01 +00:00

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