sass-site/Gemfile
Bermon Painter e9c0d13efa Merge branch 'master' of github.com:sass/sass.github.com & added syntax highlighting
Conflicts:
	Gemfile.lock

Still need to go through and migrate the old code blocks to use the syntax highlighting.
2013-02-10 21:40:05 -08:00

27 lines
391 B
Ruby

source :rubygems
gem "middleman"
gem "middleman-smusher"
gem "middleman-favicon-maker"
gem "middleman-livereload"
# CSS Preprocessing
gem "compass"
gem "susy"
# HTML Preprocessing
gem "slim"
gem "redcarpet"
# Better Typography
gem "typogruby"
gem "nokogiri"
# Styleguide generator
gem "kss"
# Syntax Highlighting
gem "middleman-syntax"
# gem "rack-codehighlighter"
# gem "pygments.rb"