From 46f0e15394dd37e33d0d349178b6584276019600 Mon Sep 17 00:00:00 2001 From: Clay Diffrient Date: Wed, 11 Sep 2013 15:31:37 -0600 Subject: [PATCH 1/2] Fix - Remove Ruby Dependencies (Grunt no longer needs them) --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index bda2a98e..ae5a3263 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,7 @@ MEAN is a boilerplate that provides a nice starting point for [MongoDB](http://w * Node.js - Download and Install [Node.js](http://www.nodejs.org/download/). You can also follow [this gist](https://gist.github.com/isaacs/579814) for a quick and easy way to install Node.js and npm * MongoDB - Download and Install [MongoDB](http://www.mongodb.org/downloads) - Make sure it's running on the default port (27017). -### Optional (Requirements for Grunt) -* Ruby - Download and Install [Ruby](http://www.ruby-lang.org/). -* Ruby Gems - Download and Install [Ruby Gems](http://rubygems.org). -* Compass - an open-source CSS Authoring Framework, install via [Ruby Gems](http://rubygems.org). +### Optional * Grunt - Download and Install [Grunt](http://gruntjs.com). ## Additional Packages From fc6524133bcb606edb98ac1f6df2e23be2be71b3 Mon Sep 17 00:00:00 2001 From: Clay Diffrient Date: Wed, 11 Sep 2013 15:35:35 -0600 Subject: [PATCH 2/2] Remove (Requirements for Grunt) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ae5a3263..cc6fe389 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ MEAN is a boilerplate that provides a nice starting point for [MongoDB](http://w * MongoDB - Download and Install [MongoDB](http://www.mongodb.org/downloads) - Make sure it's running on the default port (27017). ### Optional +* Ruby - Download and Install [Ruby](http://www.ruby-lang.org/). +* Ruby Gems - Download and Install [Ruby Gems](http://rubygems.org). +* Compass - an open-source CSS Authoring Framework, install via [Ruby Gems](http://rubygems.org). * Grunt - Download and Install [Grunt](http://gruntjs.com). ## Additional Packages