lodash.com
The Lodash website.
Running Locally
-
Clone the repository locally.
-
Install required gems & packages in the repository directory.
$ bundle $ npm i
-
Build & run.
$ bundle exec jekyll serve
Incrementing the Lodash Version
-
Generate new documentation by running
npm run doc:sitehtml
from the Lodash repository. -
Copy the generated documentation from
lodash/doc/
tolodash.com/docs/
. -
Update
_config.yml
for the release.$ npm run build:config <version>