Giter VIP home page Giter VIP logo

Comments (5)

piranha avatar piranha commented on May 27, 2024

+1, I serve all static files under /static folder and there is no way to tell boot-reload that it should be reloading from /static/main.out rather than /main.out.

from boot-reload.

Deraen avatar Deraen commented on May 27, 2024

@piranha Should work if the files are inside static folder in fileset (and classpath):

(resources "/static" {:root "public/static"})

You can either move your source files so that the resulting files are in right path or use sift to move files.

Something should be done to have same behavior for asset-path but I don't know what would be the solution. A quick fix could be to use map of regex and replacements for asset-path, but it is not good solution.

The solution for these asset-path problems once and for all will probably require that there is some clear relation between paths in fileset and paths in web. js/main.js -> js/main is the simplest and sanest but public/js/main.js -> js/main.js also makes sense. Not sure if public/js/main.js -> static/js/main.js should ever be supported, but public/static/js/main.js -> static/js/main.js should be.

from boot-reload.

piranha avatar piranha commented on May 27, 2024

I'm not sure I get your reasons. I'm serving my target folder myself, and I want to serve it on a certain path, which is not connected to the path on the disk.

With figwheel I have following options for compiler defined:

{:output-to "target/main.js" :output-dir "target/main.out" :asset-path "/static/main.out"}

and with that it works with no further configuration. boot-cljs also works as intended, puts files in desired location and with expected urls inside, but then boot-reload tries to reload them based on their location on disk.

I'm not exactly sure what's the right way to approach that, though.

from boot-reload.

Deraen avatar Deraen commented on May 27, 2024

@piranha I'm not sure what you are trying to do, Boot-cljs doesn't allow you to set output-to or output-dir. It will always overwrite those options.

from boot-reload.

piranha avatar piranha commented on May 27, 2024

Ah, right, that's true. For boot I only have :asset-path set. :)

from boot-reload.

Related Issues (20)

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.