Get the Sass site working for me.

This commit is contained in:
Nathan Weizenbaum 2013-10-12 13:43:25 -04:00
parent e998b42e82
commit 02fd838619
4 changed files with 7 additions and 2 deletions

1
.rvmrc
View File

@ -1 +0,0 @@
rvm use 1.9.3-p194@tools-middleman-html5bp-haml --create

View File

@ -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"

View File

@ -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)

View File

@ -1,5 +1,7 @@
require "builder"
require 'susy'
require 'breakpoint'
require 'middleman-syntax'
# TODO: Make this work
# require "kss"
# require 'typogruby'