On Mon, Jul 2, 2012 at 9:46 AM, Murtaza Husain
<murtaza.hus...@sevenolives.com> wrote:
> I am developing an app in clojurescript with cljsbuild doing the compiling.
> ring has a configuration option where if :auto-refersh? is set to true in
> the project.clj, then browser will be refreshed when any resource files are
> changed.

I think you may be confused as to the purpose of this feature.

What it does, IRRC, is refresh namespaces for changed source files for
every request. It does not automatically reload the browser window
every time you change a file. Still useful, and obviously it should be
turned off in production.

There are solutions out there that provide the behavior you're looking
for though I have no idea how well they work with clojure.

http://www.youtube.com/watch?v=EZ8vy_cNMVQ

--

In Christ,

Timmy V.

http://blog.twonegatives.com/
http://five.sentenc.es/ -- Spend less time on mail

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to