Skip to content

Commit

Permalink
Merge branch 'master' of github.com:luminus-framework/luminus-template
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Sep 13, 2018
2 parents 61ec0a9 + ce3e00c commit 787e414
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.9

- [pr 386](https://github.com/luminus-framework/luminus-template/pull/386) point Figwheel logs to the log folder

## 3.0.8

- selmer 1.12.1
Expand All @@ -8,6 +12,7 @@
- metosin/reitit 0.2.2
- set `:infer-externs true` by default in cljs profile
- added com.google.protobuf/protobuf-java 3.6.1 for mysql profile

## 3.0.7

- metosin/muuntaja 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion resources/leiningen/new/luminus/core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <<name>>

generated using Luminus version "3.0.8"
generated using Luminus version "3.0.9"

FIXME

Expand Down
1 change: 1 addition & 0 deletions src/leiningen/new/cljs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@

(defn figwheel [{:keys [features]}]
{:http-server-root "public"
:server-logfile "log/figwheel-logfile.log"
:nrepl-port 7002
:css-dirs ["resources/public/css"]
:nrepl-middleware `[cider/wrap-cljs-repl cider.piggieback/wrap-cljs-repl]} )
Expand Down

0 comments on commit 787e414

Please sign in to comment.