summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Henrik Mai <lars.mai@kontinui.de>2014-04-07 11:37:01 +0200
committerLars Henrik Mai <lars.mai@kontinui.de>2014-04-07 11:37:01 +0200
commit866d1f5dd339378819752960c849b7563360bd7a (patch)
tree386a1b1d33de4535a41c078ff1ec4f6850ce0eab
parent77d17dc45cae2defb8781206d212dab23d1fdbf9 (diff)
added instructions for previewing build
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
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