From 54081880a975764171560b47d815e40227966051 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sun, 6 Apr 2014 15:39:51 +0200 Subject: initial commit with barebones middleman app --- Gemfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Gemfile (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..db7c964 --- /dev/null +++ b/Gemfile @@ -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 -- cgit v1.2.1