forked from codio/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
51 lines (35 loc) · 1.06 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# If you have OpenSSL installed, we recommend updating
# the following line to use "https"
source 'http://rubygems.org'
gem "middleman", "~> 3.3.12"
# Live-reloading plugin
gem "middleman-livereload"
gem "middleman-autoprefixer", "~> 2.5.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]
# Better Markdown
gem "redcarpet", "~> 3.3.1"
# Syntax Highlighting
gem "middleman-syntax", "~> 2.0.0"
# Sitemap
gem "middleman-sitemap", "~> 0.0.13"
# Automatic responsive images
gem "middleman-automatic-clowncar", "~> 0.0.4"
# Summaries
gem "nokogiri", "~> 1.8.2"
# Faster JS compile
gem 'therubyracer', "~> 0.12.2"
gem 'oj', "~> 2.12.9"
# Minify html
gem "middleman-minify-html", "~> 3.4.1"
# Preocmpilers
gem "sass", "~> 3.4.14"
gem "middleman-es6", github: "vast/middleman-es6"
gem "middleman-bower", "~> 1.0.2"
gem "compass"
gem "susy"
gem "breakpoint"
gem "bootstrap-sass", "~> 3.3.5", :require => false
gem "jquery-middleman"