Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add shadow-devtools link. add TODO in building for production.
  • Loading branch information
emnh committed May 6, 2017
1 parent e117de2 commit 7784b68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -52,7 +52,8 @@ node node/server.js

- Now you can open [the dev page](http://localhost:3451/index.html#game-test)

I switched to shadow-devtools because the author, Thomas Heller, approached me personally if I wanted to use it.
I switched to [shadow-devtools](https://github.com/thheller/shadow-devtools)
because the author, Thomas Heller, approached me personally if I wanted to use it.
The advantage is that it compiles in parallel and thus is faster than figwheel if you have a system with enough RAM.
The setup also needs a lot less configuration than figwheel, having good defaults.

Expand All @@ -73,6 +74,8 @@ You will need to change index.html to comment in the figwheel stuff.

# Building for production

TODO: This section is not up to date for shadow-devtools.

```bash
lein cljsbuild once prod
lein cljsbuild once prod-client
Expand Down

0 comments on commit 7784b68

Please sign in to comment.