mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 12:35:03 +01:00
5be10da98a
- 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
24 lines
443 B
Ruby
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
|