Skip to content

Commit

Permalink
missing playground
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCrotti committed Oct 8, 2018
1 parent faa8e7d commit c17dba5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ This project uses `figwheel-main` for all the reloading magic, so you
can just it locally with `lein build` or simply `jack-in` with `cider`
which should do the right thing out of the box (see [.dir-locals file](./.dir-locals.el)).

### CSS

CSS is written using `garden`

### Deployment

You can deploy this to Heroku directly or build an uberjar and deploy it on any other platform.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
:aliases {"test-cljs" ["doo" "phantom" "test" "once"]
"fig" ["trampoline" "run" "-m" "figwheel.main"]
"build" ["trampoline" "run" "-m" "figwheel.main" "-b" "elo"]}

:profiles
{:production {:env {:production true}}
:uberjar {:hooks []
Expand Down
Empty file.

0 comments on commit c17dba5

Please sign in to comment.