diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-06 15:39:51 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-06 15:39:51 +0200 |
commit | 54081880a975764171560b47d815e40227966051 (patch) | |
tree | 6142012af962e90ee6f1bc20bc7124b893bb9a3b /Gemfile |
initial commit with barebones middleman app
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +# If you have OpenSSL installed, we recommend updating +# the following line to use "https" +source 'http://rubygems.org' + +gem "middleman", "~>3.2.2" + +# Live-reloading plugin +gem "middleman-livereload", "~> 3.1.0" + +# For faster file watcher updates on Windows: +gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
\ No newline at end of file |