I am noting the following in the compiled JS output when using optimizations 
:none

goog.provide('simple_test.core');
goog.require('cljs.core');
goog.require('simple_test.beta');
goog.require('clojure.string');
goog.require('clojure.string');
goog.require('simple_test.beta');
goog.require('simple_test.alpha');
goog.require('simple_test.alpha'); 

Here is a gist with the bare source: 
https://gist.github.com/BorisKourt/df7bea77b4b5bffa06a4 (Its just the mies 
template with two additional .cljs files)

Is this normal behavior? I don't recall seeing this duplication a few months 
ago. I will file a bug report if this is indeed odd.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to