lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
borkdude 2017-11-16T09:49:34.000309Z

+1 for lumo documentation!

richiardiandrea 2017-11-16T16:37:56.000496Z

@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

2017-11-16T20:01:04.000829Z

How does lumo know to look into lumo.internals for bundled resources for example (require 'cljs.pprint)?

anmonteiro 2017-11-16T20:02:35.000289Z

@hlolli ^

2017-11-16T20:04:31.000650Z

Ok nice, just on my way out, thanks!

2017-11-16T23:58:44.000141Z

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