index.html loads app.js, cljs is compiled to editor.js
Closed this issue · 1 comments
krivulcik commented
The index.html loads the js/compiled/app.js file here https://github.com/lacarmen/reagent-markdown-editor/blob/master/resources/public/index.html#L35 .
However, when trying to deploy this project locally, the javascript is compiled to js/compiled/editor.js .
Either the included file in index.html or target file should be changed.