--- layout: default title: Download --- ## Download Leaflet Besides the library itself, the download package contains full source code, unit tests, files for debugging and a build system. The production files are in the `dist` folder.
Version | Description |
---|---|
Leaflet 0.5.1 | Stable version, released on January 17, 2013 and last updated on February 6, 2013 |
Leaflet 0.4.5 | Previous stable version, released on July 30, 2012 and last updated on October 25, 2012 |
Leaflet master | In-progress version, developed on the master branch |
npm install -g jake
npm install jshint
npm install uglify-js
Now that you have everything installed, run `jake` inside the Leaflet directory. This will check Leaflet source files for JavaScript errors and inconsistencies, and then combine and compress it to the `dist` folder.
### Building a Custom Version of Leaflet
To make a custom build of the library with only the things you need, open `build/build.html` page of the package contents, choose the components (it figures out dependencies for you) and then run the command generated with it.