From 8051d4f9b0b8d389a8d39b27b83c1d752e25fe24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicent=20Mart=C3=AD?= Date: Wed, 25 Apr 2012 14:09:38 -0700 Subject: [PATCH] Fix the public path --- lib/gollum/frontend/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gollum/frontend/app.rb b/lib/gollum/frontend/app.rb index a7e78a7e..05db3563 100644 --- a/lib/gollum/frontend/app.rb +++ b/lib/gollum/frontend/app.rb @@ -13,7 +13,7 @@ module Precious dir = File.dirname(File.expand_path(__FILE__)) # We want to serve public assets for now - set :public_folder, "#{dir}/public" + set :public_folder, "#{dir}/public/gollum" set :static, true set :default_markup, :markdown