Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Commit

Permalink
Use thin for previews.
Browse files Browse the repository at this point in the history
It works properly in Safari. See [Issue #1395](imathis/octopress#1395) for details.
  • Loading branch information
theory committed Nov 26, 2013
1 parent 8769e99 commit b436c05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -17,3 +17,4 @@ group :development do
end

gem 'sinatra', '~> 1.4.2'
gem "thin"
7 changes: 7 additions & 0 deletions Gemfile.lock
Expand Up @@ -9,7 +9,9 @@ GEM
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
daemons (1.1.9)
directory_watcher (1.4.1)
eventmachine (1.0.3)
fast-stemmer (1.0.1)
fssm (0.2.9)
haml (3.1.7)
Expand Down Expand Up @@ -44,6 +46,10 @@ GEM
tilt (~> 1.3, >= 1.3.4)
stringex (1.4.0)
syntax (1.0.0)
thin (1.6.1)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
tilt (1.3.7)
yajl-ruby (1.1.0)

Expand All @@ -65,3 +71,4 @@ DEPENDENCIES
sass-globbing (~> 1.0.0)
sinatra (~> 1.4.2)
stringex (~> 1.4.0)
thin

0 comments on commit b436c05

Please sign in to comment.