Changeset 995
- Timestamp:
- 11/14/07 18:24:32 (1 year ago)
- Files:
-
- trunk/lib/merb/server.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/merb/server.rb
r994 r995 332 332 # First we collect all files in the project (this will also grab newly added files) 333 333 project_files = MERB_PATHS.map { |path| Dir[@@merb_opts[:merb_root] + path] }.flatten.uniq 334 erb_partials = template_paths .map { |path| Dir[path] }.flatten.uniq334 erb_partials = template_paths("_*.erb").map { |path| Dir[path] }.flatten.uniq 335 335 project_mtime = max_mtime(project_files + erb_partials) # Latest changed time of all project files 336 336
