TeX and CSS tweaks.
Sync with latest Instiki Trunk (Updates Rails to 1.2.2)
This commit is contained in:
parent
0ac586ee25
commit
c358389f25
443 changed files with 24218 additions and 9823 deletions
4
vendor/rails/railties/lib/tasks/rails.rb
vendored
4
vendor/rails/railties/lib/tasks/rails.rb
vendored
|
@ -4,5 +4,5 @@ $VERBOSE = nil
|
|||
Dir["#{File.dirname(__FILE__)}/*.rake"].each { |ext| load ext }
|
||||
|
||||
# Load any custom rakefile extensions
|
||||
Dir["./lib/tasks/**/*.rake"].sort.each { |ext| load ext }
|
||||
Dir["./vendor/plugins/*/tasks/**/*.rake"].sort.each { |ext| load ext }
|
||||
Dir["#{RAILS_ROOT}/lib/tasks/**/*.rake"].sort.each { |ext| load ext }
|
||||
Dir["#{RAILS_ROOT}/vendor/plugins/**/tasks/**/*.rake"].sort.each { |ext| load ext }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue