mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-29 11:53:03 +00:00
adding a Gemfile and updated contributing for the jekyll site (since there are multiple gems in use)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ coverage/
|
|||||||
*.js.html
|
*.js.html
|
||||||
index.html
|
index.html
|
||||||
.mailmap
|
.mailmap
|
||||||
|
Gemfile.lock
|
@ -137,7 +137,7 @@ Once it gets merged, the changes will immediately appear on the website.
|
|||||||
If you need to make edits in a local repository to see how it looks in the process, do the following:
|
If you need to make edits in a local repository to see how it looks in the process, do the following:
|
||||||
|
|
||||||
1. [Install Ruby](http://www.ruby-lang.org/en/) if don't have it yet.
|
1. [Install Ruby](http://www.ruby-lang.org/en/) if don't have it yet.
|
||||||
2. Run `gem install jekyll`.
|
2. Run `gem install jekyll` && 'gem install kramdown'. Alternatively, use bundler by using 'bundle install'
|
||||||
3. Run `jekyll serve --watch` in the root `Leaflet` folder.
|
3. Run `jekyll serve --watch` in the root `Leaflet` folder.
|
||||||
4. Open `localhost:4000` in your browser.
|
4. Open `localhost:4000` in your browser.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user