Fork me on GitHub
#figwheel
<
2018-03-03
>
bhauman00:03:31

@souenzzo /resources/public/index.html

bhauman00:03:02

you will have to add output-to output-dir and asset-path

souenzzo00:03:04

Now I'm using

{:builds [{:id           "dev"
           :source-paths ["src"]
           :compiler     {:asset-path "/out"
                          :output-dir "resources/public/out"
                          :output-to  "resources/public/out/demo.js"
                          :main       demo.core}}]}
as parameters from start-figwheel! - no errors - lot of files on resources/public/out/ - index on resources/public/index.html and 404 on browser (even with localhost:3449/index.html)

souenzzo00:03:52

(yes, demo.core is quoted) also a 404

bhauman00:03:26

all assets have to be in resources/public