-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hoplon + boot-figreload generates invalid edn #10
Comments
Thanks for the report, yes that does not look right at all. I am not familiar with Also I see you haven't posted any |
I'm not super familiar with Hoplon myself, but here is the repo cloned and adjusted (to my best knowledge) for hoplon. Weather or not the hoplon part is correct, running About the {:require [figreload-demo.index adzerk.boot-cljs-repl]} After: {:require [figreload-demo.index figwheel.connect./Users/foo/.boot/cache/tmp/Users/foo/Projects/figreload-demo/6h7/-7bl902/index.html.cljs.edn-72fbe00c adzerk.boot-cljs-repl]} |
Ok that is great thanks, I will have a look. |
It looks like hoplon is creating a |
I replaced the (\w+) with ([a-zA-Z0-9_.]+) and even tho at the REPL, when given "index.html.cljs.edn" it returns "index.html" it still give the error. I also changed it to ([a-zA-Z0-9_]+).(.+) which only returns "index" and no improvement. I'd like to start using this ASAP. Any more ideas? |
@vigilancetech-com what error do you get? Same as above? It's been a while but I though the regex would solve. |
Not sure weather this is an issue of hoplon or boot-figreload but since the invalid string in the
index.html.edn.cljs
is added by boot-figreload I assume it belongs here.I'm trying to use hoplon with boot-figreload. Hoplon generated an .cljs.edn file which normally lookes something like:
{:require [hoplon.app-pages._index_DOT_html adzerk.boot-reload.index adzerk.boot-cljs-repl]}
Now, with boot-figreload a long invalid namespace is added to the edn:
{:require [hoplon.app-pages._index_DOT_html figwheel.connect./Users/foo/.boot/cache/tmp/Users/foo/Projects/MyProject/ra0/-u2t4ne/index.html.cljs.edn-ef950fab]}
Resulting in an error when I try to compile the cljs:
Snipped from
build.boot
:The text was updated successfully, but these errors were encountered: