/lodash.github.io

The Lodash website.

Primary LanguageHTMLOtherNOASSERTION

lodash.github.io

The Lodash website.

Running Locally

  1. Clone the repository locally.

  2. Install required gems in the repository directory.

    $ bundle install
  3. Build & run.

    $ bundle exec jekyll serve

Incrementing the Lodash Version

  1. Generate new documentation by running npm run doc:sitehtml from the Lodash repository.
  2. Copy the generated documentation from lodash/doc/ to lodash.github.io/docs/.
  3. Update the release field in _config.yml.