-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
10 lines (10 loc) · 587 Bytes
/
Gemfile
File metadata and controls
10 lines (10 loc) · 587 Bytes
1
2
3
4
5
6
7
8
9
10
source "https://rubygems.org"
gem 'jekyll' #Needed since this is a theme for Jekyll
gem 'json' #Jekyll needs this
gem 'rake' #Used to simplify building/deploying tasks
#gem 's3_website' #Used to deploy site to AWS S3
#gem 'mini_magick' #Used by a raketask to compress/optimize images at build time
gem 'html_compressor' #Used to minify our HTML at build time
gem 'sass'
#gem 'image_optim' #Optimizes our images
#gem 'image_optim_pack' #Tools that image_optim uses