Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 574 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 574 Bytes

lodash.github.io

The Lodash website.

Running Locally

  1. Clone the repository locally.

  2. Install the application gems:

    $ bundle install
  3. Build & run from the repository’s directory:

    $ jekyll serve --incremental

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.