|  |  |  | @ -4,34 +4,22 @@ | 
		
	
		
			
				|  |  |  |  |   :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"] | 
		
	
		
			
				|  |  |  |  |   ] | 
		
	
		
			
				|  |  |  |  |   :dependencies [[org.clojure/clojure "1.10.1"] | 
		
	
		
			
				|  |  |  |  |                  [org.clojure/clojurescript "1.10.520"]] | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |   :plugins [ | 
		
	
		
			
				|  |  |  |  |     [lein-cljsbuild "1.1.7"] | 
		
	
		
			
				|  |  |  |  |     [lein-figwheel "0.5.14"] | 
		
	
		
			
				|  |  |  |  |   ] | 
		
	
		
			
				|  |  |  |  |   :plugins [[lein-cljsbuild "1.1.7"] | 
		
	
		
			
				|  |  |  |  |             [lein-figwheel "0.5.19"]] | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |   :cljsbuild { | 
		
	
		
			
				|  |  |  |  |     :builds [{ | 
		
	
		
			
				|  |  |  |  |       :id "default" | 
		
	
		
			
				|  |  |  |  |   :cljsbuild {:builds [{:id "default" | 
		
	
		
			
				|  |  |  |  |                         :source-paths ["src/cljs"] | 
		
	
		
			
				|  |  |  |  |                         :figwheel {:on-jsload "topdown2d.core/fig-reload"} | 
		
	
		
			
				|  |  |  |  |       :compiler { | 
		
	
		
			
				|  |  |  |  |         :main topdown2d.core | 
		
	
		
			
				|  |  |  |  |                         :compiler {:main topdown2d.core | 
		
	
		
			
				|  |  |  |  |                                    :output-to "resources/public/js/cljsbuild-main.js" | 
		
	
		
			
				|  |  |  |  |                                    :output-dir "resources/public/js/out" | 
		
	
		
			
				|  |  |  |  |                                    :asset-path "js/out" | 
		
	
		
			
				|  |  |  |  |         :pretty-print true | 
		
	
		
			
				|  |  |  |  |       } | 
		
	
		
			
				|  |  |  |  |     }] | 
		
	
		
			
				|  |  |  |  |   } | 
		
	
		
			
				|  |  |  |  |                                    :pretty-print true}}]} | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |   :figwheel { | 
		
	
		
			
				|  |  |  |  |     :css-dirs ["resources/css"] | 
		
	
		
			
				|  |  |  |  |   } | 
		
	
		
			
				|  |  |  |  |   :figwheel {:css-dirs ["resources/css"]} | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |                                         ;:hooks [leiningen.cljsbuild] | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
	
		
			
				
					|  |  |  | 
 |