My project is named hello-cljs. Running ./scripts/release behaves as expected, creating a release directory where none existed and saving the compiled js output to file release/hello_cljs.js. I assume that one js file is all I need to move — along with other resources (html, css, etc) — to my hosted site.
What I did not expect was the presence of other contents inside the release directory, namely:
My project is named
hello-cljs
. Running./scripts/release
behaves as expected, creating a release directory where none existed and saving the compiled js output to filerelease/hello_cljs.js
. I assume that one js file is all I need to move — along with other resources (html, css, etc) — to my hosted site.What I did not expect was the presence of other contents inside the release directory, namely:
Is this normal?