diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |