lib/gollum/frontend/app.rb in gollum-1.4.2 vs lib/gollum/frontend/app.rb in gollum-1.4.3
- old
+ new
@@ -11,10 +11,10 @@
register Mustache::Sinatra
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
set :mustache, {
# Tell mustache where the Views constant lives