From 5d454e4e5ea3f2da0350ed4f88f9f7eaa811cf97 Mon Sep 17 00:00:00 2001 From: Tobie Langel Date: Fri, 7 May 2010 18:51:06 +0200 Subject: [PATCH] Make documentation pretty urls option false. The Rake task is targeted at users wanting to generate a local version of the documentation. Turning pretty urls off makes the documentation much easier to browser locally (using the file protocol). --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index de3867bc4..6bb9b7910 100755 --- a/Rakefile +++ b/Rakefile @@ -77,7 +77,7 @@ module PrototypeHelper :src_code_href => proc { |file, line| "http://github.com/sstephenson/prototype/blob/#{current_head}/#{file}#LID#{line}" }, - :pretty_urls => true, + :pretty_urls => false, :bust_cache => false, :name => 'Prototype JavaScript Framework', :short_name => 'Prototype',