swannodette / mies

Minimal ClojureScript project template
Eclipse Public License 1.0
369 stars 49 forks source link

Why so many (unneeded?) files in release/ directory after calling ./scripts/release? #44

Closed gamecubate closed 8 years ago

gamecubate commented 8 years ago

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:

constants_table.js

./cljs:
core.cljs
core.js
repl.cljs
repl.js

./clojure/browser:
event.cljs
event.js
net.cljs
net.js
repl.cljs
repl.js

./hello_cljs:
core.js

Is this normal?

gamecubate commented 8 years ago

Not an issue, merely compilation stage side-effects.