Thanks for the report. I fixed Om master so that auto builds are less problematic.
On Tue, Jan 14, 2014 at 8:06 AM, Dave Sann <[email protected]> wrote: > I figured out that this is because the config for the build config is > > {:id "sortable" > :source-paths ["src" "examples/sortable"] > :compiler { > :output-to "examples/sortable/main.js" > :output-dir "examples/sortable/out" > :source-map true > :optimizations :none}} > > but the out and output are writing to the src folder "examples/sortable" > > if you are playing with these and want to auto build, this can be fixed by > moving the cljs src to "examples/sortable/src" and updating the project.clj > > Dave > > > > On Tuesday, 14 January 2014 21:52:44 UTC+11, Dave Sann wrote: > > when I run > > > > lein cljsbuild auto > > > > or > > > > lein cljsbuild auto [some example] > > > > it just keeps on recompiling (with no file changes) - do others see this > or is it idiosyncratic to me? > > > > thanks > > > > Dave > > -- > 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. > -- 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.
