Skip to content

Commit

Permalink
doc: Hint in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMitterer committed Jun 18, 2015
1 parent ab42c47 commit 2898db1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -294,13 +294,14 @@ Check out the [sample!][sample]
you want additional folders that should be observed so that sitegen automatically regenerates it's
file - set watchfolder[1-3] in you site.yaml
- Test your App with Chrome and use sitegen as server (MAC + Linux only)
- Test your App with Chrome and use sitegen as server (MAC + Linux only)
`pub build && cd build/web && sitegen --serve --port 9000 --docroot . || cd -`
*Explanation:*
Runs "pub build" - if this runs without errors cd to "build/web"
In "build/web" run sitegen as server on port 9000 and set docroot to . (current dir (default would be "web"))
|| means if the prev command ends with an error (Ctrl + C to cancel sitegen) jump back where you came from
In "build/web" run sitegen as server on port 9000 and set docroot to . (current dir (default would be "web"))
|| means if the prev command ends with an error (Ctrl + C to cancel sitegen)
jump back where you came from
Expand Down

0 comments on commit 2898db1

Please sign in to comment.