From 866d1f5dd339378819752960c849b7563360bd7a Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Mon, 7 Apr 2014 11:37:01 +0200 Subject: added instructions for previewing build --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index e49b5d7..9622006 100644 --- a/README +++ b/README @@ -23,7 +23,10 @@ Versuch einer mobile-first sublab website mit middleman (http://middlemanapp.com == Building bundle exec middleman build - open build/index.html + + # needs to be served for images to work + ruby -run -e httpd ./build -p 5000 + open http://localhost:5000 == Problems / Features -- cgit v1.2.1