figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
bhauman 2018-03-03T00:13:31.000017Z

@souenzzo /resources/public/index.html

bhauman 2018-03-03T00:15:02.000296Z

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

👍 1
souenzzo 2018-03-03T15:47:01.000062Z

😕

bhauman 2018-03-03T00:15:26.000032Z

all assets have to be in resources/public

souenzzo 2018-03-03T00:34:04.000091Z

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)

souenzzo 2018-03-03T00:43:52.000110Z

(yes, demo.core is quoted) <http://localhost:3449/out/demo.js> also a 404