Skip to content

Commit

Permalink
Merge pull request #30 from hcatlin/master
Browse files Browse the repository at this point in the history
Fixed issue #25
  • Loading branch information
₍˄ุ.͡˳̫.˄ุ₎ committed Oct 15, 2013
2 parents 9a45b34 + 7dc9e29 commit db0a433
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ use Rack::Rewrite do
r301 '/download.html', '/install'
r301 '/documentation', '/documentation/'
r301 '/documentation/_index.html', '/documentation/'

moved_permanently '/try.html', 'http://www.sassmeister.com'
r301 '/try.html', 'http://sassmeister.com'

rewrite(%r{^(.*)/([^/.]+)$}, lambda do |match, rack_env|
path = "#{File.dirname(__FILE__)}/build#{match[0]}"
Expand Down

0 comments on commit db0a433

Please sign in to comment.