Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
Move public folder to root
Browse files Browse the repository at this point in the history
  • Loading branch information
causal-agent committed Nov 17, 2013
1 parent dd9da9b commit eda1bda
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dirt/web.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Web < Sinatra::Base
use API::Classify
use API::Stats

set :public_folder, File.join(File.dirname(__FILE__), 'public')
set :public_folder, File.expand_path('../../../public', __FILE__)

get '/' do
liquid :index
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit eda1bda

Please sign in to comment.