Changeset 2262 for branches/locker-dev


Ignore:
Timestamp:
Jul 17, 2012, 7:04:13 PM (12 years ago)
Author:
glasgall
Message:
whitespace cleanups
File:
1 edited

Legend:

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

    r2261 r2262  
    179179   # List of specific files to watch for changes.
    180180   Thread.current[:watched_files] = ['public/dispatch.fcgi',
    181                                      'public/.htaccess']
     181                                     'public/.htaccess']
    182182   # Sample filter: /(\.rb|\.erb)\$/.  Default filter: watch all files
    183183   Thread.current[:watched_extensions] = //
     
    208208       else
    209209         return true if Thread.current[:watched_extensions] =~ absfile &&
    210            modified(absfile)
     210           modified(absfile)
    211211       end
    212212     end
Note: See TracChangeset for help on using the changeset viewer.