This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-16
Channels
- # aleph (1)
- # aws (1)
- # beginners (23)
- # boot (33)
- # cider (15)
- # cljs-dev (4)
- # clojure (73)
- # clojure-dev (18)
- # clojure-italy (8)
- # clojure-russia (7)
- # clojure-serbia (1)
- # clojure-spec (8)
- # clojure-uk (118)
- # clojure-ukraine (3)
- # clojurescript (34)
- # code-art (1)
- # community-development (24)
- # cursive (21)
- # data-science (3)
- # datomic (72)
- # defnpodcast (1)
- # fulcro (77)
- # graphql (4)
- # hoplon (8)
- # jobs (3)
- # luminus (3)
- # lumo (7)
- # off-topic (3)
- # onyx (17)
- # other-languages (7)
- # pedestal (1)
- # perun (1)
- # protorepl (21)
- # re-frame (91)
- # ring (4)
- # ring-swagger (18)
- # shadow-cljs (22)
- # spacemacs (37)
- # specter (1)
- # sql (23)
- # test-check (4)
- # unrepl (29)
- # utah-clojurians (3)
- # vim (36)
- # yada (10)
@anmonteiro & all. what do you think about bounties for lumo? I like the Sound site, it is freely usable by other projects and they are "cousins" as they are using ClojureScript - https://openbounty.status.im
How does lumo know to look into lumo.internals for bundled resources for example (require 'cljs.pprint)
?
in my nexe I have mainScript set to "lumo-quiz-game.main" and I print all the keys from the lumo.internal.embedded.resources
object: starting like this
cljs/analyzer/api.cache.json
cljs/analyzer/api.cljc
cljs/analyzer/api.js
cljs/analyzer/macros$macros.cache.json
cljs/analyzer/macros$macros.js
cljs/analyzer/macros.clj
cljs/analyzer.cljc
cljs/analyzer.cljc.cache.json
cljs/analyzer.js
ending here
node_modules/tinygradient/tinygradient.js
node_modules/tinygradient/tinygradient.min.js
options.json
process/env.cljs
resources/questions.json
src/lumo_quiz_game/main.cljs
^^^ note the last element
still I get
No such namespace: lumo-quiz-game.main, could not locate lumo_quiz_game/main.cljs, lumo_quiz_game/main.cljc, or JavaScript source providing "lumo-quiz-game.main"
I have src
on classpath, but then I even tried moveing the dir lumo_quiz_game to the root directory so that its actually lumo_quiz_game/main.cljs
but this error message still pops up