|  |  | @ -4,36 +4,24 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |   :license {:name "Eclipse Public License" |  |  |  |   :license {:name "Eclipse Public License" | 
			
		
	
		
		
			
				
					
					|  |  |  |             :url "http://www.eclipse.org/legal/epl-v10.html"} |  |  |  |             :url "http://www.eclipse.org/legal/epl-v10.html"} | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   :dependencies [ |  |  |  |   :dependencies [[org.clojure/clojure "1.10.1"] | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     [org.clojure/clojure "1.8.0"] |  |  |  |                  [org.clojure/clojurescript "1.10.520"]] | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     [org.clojure/clojurescript "1.9.521"] |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |   ] |  |  |  |  | 
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   :plugins [ |  |  |  |   :plugins [[lein-cljsbuild "1.1.7"] | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     [lein-cljsbuild "1.1.7"] |  |  |  |             [lein-figwheel "0.5.19"]] | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     [lein-figwheel "0.5.14"] |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |   ] |  |  |  |  | 
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   :cljsbuild { |  |  |  |   :cljsbuild {:builds [{:id "default" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     :builds [{ |  |  |  |                         :source-paths ["src/cljs"] | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       :id "default" |  |  |  |                         :figwheel {:on-jsload "topdown2d.core/fig-reload"} | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       :source-paths ["src/cljs"] |  |  |  |                         :compiler {:main topdown2d.core | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       :figwheel {:on-jsload "topdown2d.core/fig-reload"} |  |  |  |                                    :output-to "resources/public/js/cljsbuild-main.js" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       :compiler { |  |  |  |                                    :output-dir "resources/public/js/out" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         :main topdown2d.core |  |  |  |                                    :asset-path "js/out" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         :output-to "resources/public/js/cljsbuild-main.js" |  |  |  |                                    :pretty-print true}}]} | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         :output-dir "resources/public/js/out" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         :asset-path "js/out" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         :pretty-print true |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |       } |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     }] |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |   } |  |  |  |  | 
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   :figwheel { |  |  |  |   :figwheel {:css-dirs ["resources/css"]} | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     :css-dirs ["resources/css"] |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |   } |  |  |  |  | 
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   ;:hooks [leiningen.cljsbuild] |  |  |  |                                         ;:hooks [leiningen.cljsbuild] | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   :main ^:skip-aot topdown2d.core |  |  |  |   :main ^:skip-aot topdown2d.core | 
			
		
	
		
		
			
				
					
					|  |  |  |   :target-path "target/%s" |  |  |  |   :target-path "target/%s" | 
			
		
	
	
		
		
			
				
					|  |  | 
 |