-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
executable file
·37 lines (26 loc) · 1 KB
/
Gemfile
File metadata and controls
executable file
·37 lines (26 loc) · 1 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
# If you do not have OpenSSL installed, change
# the following line to use 'http://'
source 'http://rubygems.org'
# 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, :jruby]
# Middleman Gems
gem 'middleman-sprockets', '>= 3.4.2'
## please install this specific version after you update bundle: `gem install middleman-sprockets -v 4.0.0.rc.1`
gem 'middleman', '>= 4.1.1'
# Sass
gem 'sass-rails'
gem 'sass-globbing', '~> 1.1', '>= 1.1.1'
# Bootstrap Core
gem 'bootstrap', '>=4.0.0.alpha3'
# Automatically add vendor prefixes to CSS rules in stylesheets
gem 'middleman-autoprefixer'
# Font Awesome
gem 'font-awesome-sass', '~> 4.6.2'
# Middleman Livereload
gem 'middleman-livereload', '~> 3.4', '>= 3.4.6'
# Middleman Minify HTML
gem "middleman-minify-html"
# Middleman Deploy
gem 'middleman-deploy', git: 'https://github.com/middleman-contrib/middleman-deploy', branch: 'master'