Skip to content

janarthanancs/lodash.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lodash.com

The Lodash website.

Running Locally

  1. Clone the repository locally.

  2. Install required gems & packages in the repository directory.

    $ bundle
    $ npm i
  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.com/docs/.

  3. Update _config.yml for the release.

    $ npm run build:config <version>

About

The Lodash website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.3%
  • HTML 29.4%
  • SCSS 21.1%
  • Ruby 0.2%