Created
November 19, 2015 20:44
-
-
Save hanshuebner/f15e915e349f0ca0f979 to your computer and use it in GitHub Desktop.
ClojureScript errro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clabin 1175_% rlwrap lein run -m clojure.main script/figwheel.clj | |
Figwheel: Starting server at http://localhost:3449 | |
Figwheel: Watching build - dev | |
Compiling "resources/public/js/main.js" from ["src"]... | |
Reading analysis cache for jar:file:/Users/hans/.m2/repository/org/clojure/clojurescript/1.7.170/clojurescript-1.7.170.jar!/cljs/core.cljs | |
Compiling target/figwheel_temp/dev/figwheel/connect.cljs | |
Reading analysis cache for jar:file:/Users/hans/.m2/repository/org/omcljs/om/1.0.0-alpha22/om-1.0.0-alpha22.jar!/om/util.cljs | |
Reading analysis cache for jar:file:/Users/hans/.m2/repository/org/omcljs/om/1.0.0-alpha22/om-1.0.0-alpha22.jar!/om/dom.cljs | |
{:tag :cljs/analysis-error} | |
ANALYSIS ERROR: Map literal must contain an even number of forms on file null, line null, column null | |
Successfully compiled "resources/public/js/main.js" in 1.995 seconds. | |
Launching ClojureScript REPL for build: dev | |
Figwheel Controls: | |
(stop-autobuild) ;; stops Figwheel autobuilder | |
(start-autobuild [id ...]) ;; starts autobuilder focused on optional ids | |
(switch-to-build id ...) ;; switches autobuilder to different build | |
(reset-autobuild) ;; stops, cleans, and starts autobuilder | |
(reload-config) ;; reloads build config and resets autobuild | |
(build-once [id ...]) ;; builds source one time | |
(clean-builds [id ..]) ;; deletes compiled cljs target files | |
(print-config [id ...]) ;; prints out build configurations | |
(fig-status) ;; displays current state of system | |
Switch REPL build focus: | |
:cljs/quit ;; allows you to switch REPL to another build | |
Docs: (doc function-name-here) | |
Exit: Control+C or :cljs/quit | |
Results: Stored in vars *1, *2, *3, *e holds last exception object | |
Prompt will show when Figwheel connects to your application |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment