Skip to content

Commit

Permalink
updated to reload clj
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Jan 3, 2018
1 parent d0b0886 commit c4712df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject macchiato/lein-template "0.2.43"
(defproject macchiato/lein-template "0.2.44"
:description "A Leiningen template for creating Node.js based ClojureScript apps."
:url "https://github.com/macchiato-framework/macchiato-template"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion resources/leiningen/new/macchiato/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
:figwheel
{:http-server-root "public"
:nrepl-port 7000
:reload-clj-files {:clj false :cljc true}
:reload-clj-files {:clj true :cljc true}
:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}
:source-paths ["env/dev"]
:repl-options {:init-ns user}}
Expand Down

0 comments on commit c4712df

Please sign in to comment.