Fix the public path

This commit is contained in:
Vicent Martí
2012-04-25 14:09:38 -07:00
parent 31a49601b1
commit 8051d4f9b0
+1 -1
View File
@@ -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