diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-07 11:37:01 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-07 11:37:01 +0200 |
commit | 866d1f5dd339378819752960c849b7563360bd7a (patch) | |
tree | 386a1b1d33de4535a41c078ff1ec4f6850ce0eab /README | |
parent | 77d17dc45cae2defb8781206d212dab23d1fdbf9 (diff) |
added instructions for previewing build
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |