Index: branches/locker-dev/locker/deploy/bin/rails
===================================================================
--- branches/locker-dev/locker/deploy/bin/rails	(revision 1420)
+++ branches/locker-dev/locker/deploy/bin/rails	(revision 1469)
@@ -130,6 +130,7 @@
 
 t2 = Thread.new do
-   # List of directories to watch for changes before reload
-   Thread.current[:watched_dirs] = ['app', 'config', 'db', 'lib', 'public']
+   # List of directories to watch for changes before reload.
+   # You may want to also watch public or vendor, depending on your needs.
+   Thread.current[:watched_dirs] = ['app', 'config', 'db', 'lib']
    # Sample filter: /(\.rb|\.erb)\$/.  Default filter: watch all files
    Thread.current[:watched_extensions] = //
