Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NJKode committed Oct 29, 2020
2 parents 272be37 + 494b1a5 commit a3c0cf2
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,12 @@ $ dist watch -d path/to/dest

# Flags
```
-s | --source The source folder to clone. Defaults to dist/site.
-d | --dest The destination folder to clone the files to. Defaults to dist/prod
-b | --baseurl The filename to prepend to the files in the source.
-p | --port The portnumber to serve the cloned site on.
--split The number of partitions to divide files into
--partition The partition number to process
```
-s | --source The source folder to clone. Defaults to dist/site.
-d | --dest The destination folder to clone the files to. Defaults to dist/prod.
-b | --baseurl The filename to prepend to the files in the source.
-p | --port The portnumber to serve the cloned site on.
-e | --extrasrc A list of extra src attributes to be rewritten.
-o | --overwrite When cleaning --dest, don't prompt for confirmation.
--split The number of partitions to divide files into.
--partition The partition number to process.
```

0 comments on commit a3c0cf2

Please sign in to comment.