sass-site/Gemfile
Bermon Painter 5be10da98a Fixes #17. Favicons
- Added the favicons in the source directory
- Disabled the automatic favicon creator. It's doesn't need to run on build each time.
- Fixed the name of the icons in the meta data
2013-10-14 13:07:38 -04:00

24 lines
443 B
Ruby

source "https://rubygems.org"
gem "rake"
gem "rack"
group :development do
gem "middleman", "~>3.1.5"
# gem "middleman-favicon-maker"
gem "middleman-livereload"
gem "middleman-syntax"
gem "redcarpet"
gem "susy", "2.0.0.alpha.4"
gem "breakpoint"
gem "typogruby"
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
platforms :mri_18 do
gem "ruby18_source_location"
end
end
group :deploy do
gem 'rack-rewrite'
end