Changeset 1469
- Timestamp:
- Feb 18, 2010, 3:05:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/locker-dev/locker/deploy/bin/rails
r1411 r1469 130 130 131 131 t2 = 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'] 134 135 # Sample filter: /(\.rb|\.erb)\$/. Default filter: watch all files 135 136 Thread.current[:watched_extensions] = //
Note: See TracChangeset
for help on using the changeset viewer.