summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
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]