Hi there, I'm fairly new to Clojurescript, and stumbled upon the following issue.
Depending on the .CLJS or .CLJX file I am editing -- I have not yet found the pattern -- the Clojurescript compilation is sometimes done twice (i.e., the message "Successfully compiled XXX in YYYY seconds" is shown twice: typically the first time after a long delay (such as 4 seconds) and a second time with a much shorter delay (such as .5 seconds)). I tried everything I could in my project settings, but seem to be unable to resolve it. The double message itself would not be so disturbing, if it were not for the fact that my web page is reloaded twice as well (I use LiveReload to watch for changes in my folder structure, and then reload the web page I am editing). Does anyone have an idea? As a second question: is it normal that recompiles often take over 3-4 seconds (typically when I edit a namespace that is included in many other namespaces) ? I am working on a beefy 3.5 Ghz 6-core 2013 Mac Pro, and the number of CLJS + CLJX files is only around 20. This makes me worry about the further expansion of my code base... Maarten -- 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.
