Changeset 995

Show
Ignore:
Timestamp:
11/14/07 18:24:32 (1 year ago)
Author:
wyca..@gmail.com
Message:

I guess it didn't work after all

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/merb/server.rb

    r994 r995  
    332332        # First we collect all files in the project (this will also grab newly added files) 
    333333        project_files = MERB_PATHS.map { |path| Dir[@@merb_opts[:merb_root] + path] }.flatten.uniq 
    334         erb_partials = template_paths.map { |path| Dir[path] }.flatten.uniq 
     334        erb_partials = template_paths("_*.erb").map { |path| Dir[path] }.flatten.uniq 
    335335        project_mtime = max_mtime(project_files + erb_partials) # Latest changed time of all project files 
    336336