From 199df94aed7fc407dda55ff9bfaf300bfda00121 Mon Sep 17 00:00:00 2001 From: Jo-el van Bergen Date: Sat, 26 Sep 2015 13:29:33 -0700 Subject: [PATCH] Update install instructions and min package versions. - Added missing bundler install step - Updated sass version, see https://github.com/sass/node-sass/issues/653 --- README.md | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4587ff95ea..4c76bcf4343 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,9 @@ Mac * `rvm install ruby-2.2.0` * `rvm --default use 2.2.0` 1. Install [Pygments](http://pygments.org/) - * `easy_install pygments` + * `sudo easy_install pygments` 1. Install [RubyGems](https://rubygems.org/) dependencies ([Jekyll](http://jekyllrb.com/) and [Kramdown](http://kramdown.gettalong.org/)) + * `gem install bundler` * `rvm . do bundle install` 1. Install the [Grunt CLI](http://gruntjs.com/) * `npm install -g grunt-cli` diff --git a/package.json b/package.json index 2374c89ffd4..e77e3cb0c61 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "grunt-contrib-watch": "~0.6.1", "grunt-gae": "^0.2.4", "grunt-open": "~0.2.3", - "grunt-sass": "^0.17.0", - "grunt-webfont": "~0.4.8", + "grunt-sass": "^1.0.0", + "grunt-webfont": "^0.5.4", "js-yaml": "^3.2.2", "latest-release": "^1.0.0", "marked": "^0.3.2",