-
Notifications
You must be signed in to change notification settings - Fork 6
Description
When running lein install:
Compiling "target/js/public/example.webapp.js" from ["src/cljs"]...
WARNING: No such namespace: figwheel.client at line 1 src/cljs/example/webapp/client.cljs
WARNING: Use of undeclared Var weasel.impls.websocket/close at line 20 file:/Users/tokah/.m2/repository/com/palletops/bakery-weasel/0.3.2-SNAPSHOT/bakery-weasel-0.3.2-SNAPSHOT.jar!/com/palletops/bakery/weasel.cljs
WARNING: Use of undeclared Var weasel.impls.websocket/close at line 20 target/js/public/com/palletops/bakery/weasel.cljs
WARNING: Required namespace not provided for figwheel.client
Successfully compiled "target/js/public/example.webapp.js" in 29.343 seconds.
Compiling "target/cljs-test/testable.js" from ["src/clj" "src/cljs" "test/cljs"]...
WARNING: No such namespace: figwheel.client at line 1 src/cljs/example/webapp/client.cljs
WARNING: Use of undeclared Var weasel.impls.websocket/close at line 20 file:/Users/tokah/.m2/repository/com/palletops/bakery-weasel/0.3.2-SNAPSHOT/bakery-weasel-0.3.2-SNAPSHOT.jar!/com/palletops/bakery/weasel.cljs
WARNING: Use of undeclared Var weasel.impls.websocket/close at line 20 /Users/tokah/Downloads/bakery/example-web-app/target/cljsbuild-compiler-1/com/palletops/bakery/weasel.cljs
WARNING: Required namespace not provided for figwheel.client
Successfully compiled "target/cljs-test/testable.js" in 13.787 seconds.