Changeset 1469 for branches/locker-dev


Ignore:
Timestamp:
Feb 18, 2010, 3:05:28 PM (14 years ago)
Author:
gdb
Message:
Changed list of watched directories in rails fcgi
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/locker-dev/locker/deploy/bin/rails

    r1411 r1469  
    130130
    131131t2 = Thread.new do
    132    # List of directories to watch for changes before reload
    133    Thread.current[:watched_dirs] = ['app', 'config', 'db', 'lib', 'public']
     132   # List of directories to watch for changes before reload.
     133   # You may want to also watch public or vendor, depending on your needs.
     134   Thread.current[:watched_dirs] = ['app', 'config', 'db', 'lib']
    134135   # Sample filter: /(\.rb|\.erb)\$/.  Default filter: watch all files
    135136   Thread.current[:watched_extensions] = //
Note: See TracChangeset for help on using the changeset viewer.