From 02fd8386196a37a3233d5cd73a60439b410520bb Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Sat, 12 Oct 2013 13:43:25 -0400 Subject: [PATCH] Get the Sass site working for me. --- .rvmrc | 1 - Gemfile | 2 +- Gemfile.lock | 4 ++++ config.rb | 2 ++ 4 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 .rvmrc diff --git a/.rvmrc b/.rvmrc deleted file mode 100644 index 4708be3..0000000 --- a/.rvmrc +++ /dev/null @@ -1 +0,0 @@ -rvm use 1.9.3-p194@tools-middleman-html5bp-haml --create \ No newline at end of file diff --git a/Gemfile b/Gemfile index 8debe9f..ed4b868 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "middleman-syntax" gem "redcarpet" gem "susy", "2.0.0.alpha.4" gem "breakpoint" -#gem "typogruby" +gem "typogruby" gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] platforms :mri_18 do gem "ruby18_source_location" diff --git a/Gemfile.lock b/Gemfile.lock index 204ab4f..81ff16e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,6 +92,7 @@ GEM rouge (0.3.10) thor ruby18_source_location (0.2) + rubypants (0.2.0) sass (3.2.12) sprockets (2.10.0) hike (~> 1.2) @@ -109,6 +110,8 @@ GEM sass (>= 3.2.0) thor (0.18.1) tilt (1.3.7) + typogruby (1.0.16) + rubypants uglifier (2.1.2) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) @@ -126,4 +129,5 @@ DEPENDENCIES redcarpet ruby18_source_location susy (= 2.0.0.alpha.4) + typogruby wdm (~> 0.1.0) diff --git a/config.rb b/config.rb index cb31c9b..02b8130 100644 --- a/config.rb +++ b/config.rb @@ -1,5 +1,7 @@ require "builder" require 'susy' +require 'breakpoint' +require 'middleman-syntax' # TODO: Make this work # require "kss" # require 'typogruby'