diff --git a/project.clj b/project.clj index 2067d97..0b05b45 100644 --- a/project.clj +++ b/project.clj @@ -3,22 +3,22 @@ :url "http://example.com/FIXME" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} - + :dependencies [ [org.clojure/clojure "1.8.0"] [org.clojure/clojurescript "1.9.521"] ] - + :plugins [ [lein-cljsbuild "1.1.7"] [lein-figwheel "0.5.14"] ] - + :cljsbuild { :builds [{ :id "default" :source-paths ["src/cljs"] - :figwheel true + :figwheel {:on-jsload "topdown2d.core/fig-reload"} :compiler { :main topdown2d.core :output-to "resources/public/js/cljsbuild-main.js" @@ -28,13 +28,13 @@ } }] } - + :figwheel { :css-dirs ["resources/css"] } - + ;:hooks [leiningen.cljsbuild] - + :main ^:skip-aot topdown2d.core :target-path "target/%s" :profiles {:uberjar {:aot :all}}) diff --git a/resources/public/index.html b/resources/public/index.html index 497c2eb..5f20a80 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -7,9 +7,10 @@
- -