Skip to content

Commit

Permalink
attempting to fix issue #25 by using a different style startup command
Browse files Browse the repository at this point in the history
  • Loading branch information
Hampton Catlin committed Oct 15, 2013
1 parent bd3f172 commit 7dc9e29
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 7dc9e29

Please sign in to comment.