Replies: 1 comment 1 reply
-
I think I found a solution for this: https://clojurians-log.clojureverse.org/shadow-cljs/2018-03-23 Too bad it is not better integrated into the framework. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm quite new using re-frame so please pardon me if my question is either stupid or already answered.
I added the flag
:module-hash-names true
in the build of my app so I don't have to invalidate caches when deploying.The thing is that in the
resources/public/index.html
, theapp.js
is referenced statically. When I open it there is aGET .../public/js/compiled/app.js net::ERR_FILE_NOT_FOUND
exception in the browser's console.re-frame-template/src/leiningen/new/re_frame/resources/public/index.html
Line 20 in 594e17b
Please can anyone help me understand what step am I missing in the release process?
Beta Was this translation helpful? Give feedback.
All reactions