forked from bpainter/blendconf.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
31 lines (24 loc) · 659 Bytes
/
Copy pathGemfile
File metadata and controls
31 lines (24 loc) · 659 Bytes
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
# If you have OpenSSL installed, we recommend updating
# the following line to use "https"
source 'https://rubygems.org'
gem "middleman"
gem "middleman-syntax"
gem "middleman-deploy"
gem "middleman-smusher"
# Live-reloading plugin
gem "middleman-livereload", "~> 3.1.0"
# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
gem "eventmachine", "~>1.0.3"
require "em/pure_ruby"
# Cross-templating language block fix for Ruby 1.8
platforms :mri_18 do
gem "ruby18_source_location"
end
# CSS Grid System
gem "susy"
# Slim HTML Preprocessor
gem "slim"
gem "redcarpet"
# Living styleguide generator
# gem "kss"