mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +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 'bitly'
|
||||
gem 'haml'
|
||||
gem 'sass'
|
||||
gem 'rdiscount'
|
||||
gem 'rubypants'
|
||||
gem 'nokogiri'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue