@souenzzo /resources/public/index.html
you will have to add output-to
output-dir
and asset-path
😕
all assets have to be in resources/public
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
)(yes, demo.core is quoted)
<http://localhost:3449/out/demo.js>
also a 404