From 35239fc1f4641db1e602383b43cc29b151cde9b9 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sat, 12 Jul 2014 12:46:49 +0200 Subject: make the site deployable --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Gemfile') 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] -- cgit v1.2.1