From baf1df1627641121e3cb7078bd3e5aa327d22e13 Mon Sep 17 00:00:00 2001 From: "justraines@gmail.com" Date: Sat, 15 Mar 2014 11:39:02 -0400 Subject: [PATCH] adding a Gemfile and updated contributing for the jekyll site (since there are multiple gems in use) --- .gitignore | 1 + CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 29ceb64d..2f298001 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ coverage/ *.js.html index.html .mailmap +Gemfile.lock \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 052240d1..5b379ac5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: 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. 4. Open `localhost:4000` in your browser.