mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-14 03:18:02 +00:00
Add sass gem
This commit is contained in:
parent
8c9204a74c
commit
d62c152a44
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -4,6 +4,7 @@ gem 'mime-types'
|
||||||
gem 'nanoc'
|
gem 'nanoc'
|
||||||
gem 'bitly'
|
gem 'bitly'
|
||||||
gem 'haml'
|
gem 'haml'
|
||||||
|
gem 'sass'
|
||||||
gem 'rdiscount'
|
gem 'rdiscount'
|
||||||
gem 'rubypants'
|
gem 'rubypants'
|
||||||
gem 'nokogiri'
|
gem 'nokogiri'
|
||||||
|
|
|
@ -53,6 +53,7 @@ GEM
|
||||||
rb-fsevent (0.9.2)
|
rb-fsevent (0.9.2)
|
||||||
rdiscount (1.6.8)
|
rdiscount (1.6.8)
|
||||||
rubypants (0.2.0)
|
rubypants (0.2.0)
|
||||||
|
sass (3.2.1)
|
||||||
slop (3.3.3)
|
slop (3.3.3)
|
||||||
thor (0.16.0)
|
thor (0.16.0)
|
||||||
|
|
||||||
|
@ -72,3 +73,4 @@ DEPENDENCIES
|
||||||
rb-fsevent
|
rb-fsevent
|
||||||
rdiscount
|
rdiscount
|
||||||
rubypants
|
rubypants
|
||||||
|
sass
|
||||||
|
|
Loading…
Reference in a new issue