summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLars Henrik Mai <lars.mai@kontinui.de>2014-07-12 12:46:49 +0200
committerLars Henrik Mai <lars.mai@kontinui.de>2014-07-12 12:46:49 +0200
commit35239fc1f4641db1e602383b43cc29b151cde9b9 (patch)
tree6404558f345ac5b9a6deefc30e0d556b87245566 /Gemfile
parent9618d9cf2afac965710ec79b988d2919702ef6e2 (diff)
make the site deployable
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 6a46b6c..e391030 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,6 +8,9 @@ gem "middleman-blog", "~> 3.5.2"
# Live-reloading plugin
gem "middleman-livereload"
+# Deployment
+gem "middleman-deploy"
+
# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]