Skip to content

Commit

Permalink
Make documentation pretty urls option false. The Rake task is targete…
Browse files Browse the repository at this point in the history
…d 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).
  • Loading branch information
tobie committed May 7, 2010
1 parent 694f36d commit 5d454e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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',
Expand Down

0 comments on commit 5d454e4

Please sign in to comment.