Skip to content

Commit

Permalink
c/e Running site page
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Oct 13, 2018
1 parent 08b572d commit 159e3cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/src/running.md
Expand Up @@ -39,13 +39,13 @@ Also, note that it is possible to configure certain behaviors via `-co` / `--com
Compile opts **edn** may be specified directly on the command line as in

```
plk --compile-opts '{:closure-defines {foo.core "bar"}}'
plk --compile-opts '{:closure-defines {foo.core/x "bar"}}' -r
```

or by specifying a file, where an optional leading `@` means that the file should be read from the classpath as in:

```
plk --compile-opts @/my-compile-opts.edn
plk --compile-opts @/my-compile-opts.edn -r
```

Options that may be configured via `-co` / `--compile-opts` comprise:
Expand Down

0 comments on commit 159e3cc

Please sign in to comment.