-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
25 lines (17 loc) · 878 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# If you do not have OpenSSL installed, update
# the following line to use "http://" instead
source 'https://rubygems.org'
gem "middleman", "~>3.3.10"
# Live-reloading plugin
gem "middleman-livereload", "~> 3.1.0"
# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
# Windows does not come with time zone data
gem "tzinfo-data", platforms: [:mswin, :mingw]
gem 'middleman-deploy', '~> 1.0'
# Makes -#Favicon Options:
# Update favicon_base.png in /source and middleman-favicon-maker will generate all the versions you need on 'middleman build'
# OR, place favicon.ico and apple-touch-icon.png in /source and deactivate :favicon_maker in config.rb
gem "middleman-favicon-maker", :git => "git://github.com/follmann/middleman-favicon-maker.git"
gem "bootstrap-sass", require: false
gem 'middleman-search_engine_sitemap'