1
0
Fork 0
forked from wezm/wezm.net

Add sass gem

This commit is contained in:
Wesley Moore 2012-10-29 20:39:25 +11:00
parent 8c9204a74c
commit d62c152a44
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@ gem 'mime-types'
gem 'nanoc'
gem 'bitly'
gem 'haml'
gem 'sass'
gem 'rdiscount'
gem 'rubypants'
gem 'nokogiri'

View file

@ -53,6 +53,7 @@ GEM
rb-fsevent (0.9.2)
rdiscount (1.6.8)
rubypants (0.2.0)
sass (3.2.1)
slop (3.3.3)
thor (0.16.0)
@ -72,3 +73,4 @@ DEPENDENCIES
rb-fsevent
rdiscount
rubypants
sass