I'm using the latest versions of CLJS locally with no issues.  But when I 
deploy to Heroku, I get this error:

       Compiling "resources/public/js/main.js" from ("src/cljs" "src/cljs" 
"src/cljs/common" "src/cljs" "src/cljs/common")...
       Compiling "resources/public/js/main.js" failed.
       clojure.lang.ExceptionInfo: failed compiling 
file:src/cljs/history/history.cljs {:file #<File src/cljs/history/history.cljs>}
.
.
.
       Caused by: clojure.lang.ExceptionInfo: No such namespace: pts.common at 
line 1 src/cljs/history/history.cljs {:tag :cljs/analysis-error, :file 
"src/cljs/history/history.cljs", :line 1, :column 1}



It will often fail in different files, all of which refer to pts.common.  Is 
there a workaround for this apparent race condition?

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to