Skip to content

Commit

Permalink
Add Gemfile, update instructions to use bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeWill committed Jan 4, 2015
1 parent ac4000c commit a03b75c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ _site/
*.sublime-project
*.sw*
*.css.map
Gemfile.lock
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

gem 'jekyll'
gem 'sass'
gem 'wdm', '~> 0.1.0' if Gem.win_platform?
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,16 @@ To replicate our development environment a number of open source tools are requi

##Getting Started

###Install Jekyll
###Install bundler

~~~ sh
$ gem install jekyll
$ gem install bundler
~~~

###Install Sass
###Have bundler resolve your dependencies.

~~~ sh
$ gem install sass
~~~

###(If on Windows) Install wdm

~~~ sh
$ gem install wdm
$ bundle install
~~~

###Run Jekyll Server
Expand Down

0 comments on commit a03b75c

Please sign in to comment.