Coder Social home page Coder Social logo

Comments (6)

arichiardi avatar arichiardi commented on June 10, 2024

Thanks for the report, yes that does not look right at all. I am not familiar with hoplon at all but if you have a minimal repro repo, or want to use a branch in this repo I can have a look.

Also I see you haven't posted any .cljs.edn file here, just want to point out that it is mandatory for boot-figreload (and in general is good to have it for that matter).

from boot-figreload.

freakinruben avatar freakinruben commented on June 10, 2024

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 boot dev will give the same error as I have with my own code.

About the .cljs.edn file, hoplon generates this for you. The generated edn before figreload with the repo above is:

{: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]}

from boot-figreload.

arichiardi avatar arichiardi commented on June 10, 2024

Ok that is great thanks, I will have a look.

from boot-figreload.

arichiardi avatar arichiardi commented on June 10, 2024

It looks like hoplon is creating a .cljs.edn file that fails my regex here...I don't have much time now, but a patch should be really trivial, I am basically taking the build-id, the part before cljs.edn which in your case above is index.html but really should be index.

from boot-figreload.

vigilancetech-com avatar vigilancetech-com commented on June 10, 2024

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?

from boot-figreload.

arichiardi avatar arichiardi commented on June 10, 2024

@vigilancetech-com what error do you get? Same as above? It's been a while but I though the regex would solve.

from boot-figreload.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.