diff --git a/project.clj b/project.clj index 0d84a16..b7e8575 100644 --- a/project.clj +++ b/project.clj @@ -12,10 +12,11 @@ [compojure "1.5.1"]] :profiles {:dev {:plugins [[lein-cljsbuild "1.1.4"]] :dependencies [[reloaded.repl "0.2.2"]] - :source-paths ["dev"]} - :cljsbuild {:builds [{:source-paths ["src" "dev"] - :compiler {:output-to "target/classes/public/app.js" - :output-dir "target/classes/public/out" - :optimizations :none - :recompile-dependents true - :source-map true}}]}}) + :source-paths ["dev"] + :cljsbuild {:builds [{:source-paths ["src" "dev"] + :main undead.client + :compiler {:output-to "target/classes/public/app.js" + :output-dir "target/classes/public/out" + :optimizations :none + :recompile-dependents true + :source-map true}}]}}}) diff --git a/resources/public/test.html b/resources/public/test.html index f046be4..c14c056 100644 --- a/resources/public/test.html +++ b/resources/public/test.html @@ -7,6 +7,9 @@