Fix missing asset in wiki
This commit is contained in:
parent
fc32c12ccd
commit
bd22da50a6
1 changed files with 4 additions and 0 deletions
|
@ -15,5 +15,9 @@ module FoodsoftWiki
|
||||||
def default_foodsoft_config(cfg)
|
def default_foodsoft_config(cfg)
|
||||||
cfg[:use_wiki] = true
|
cfg[:use_wiki] = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
initializer "foodsoft_wiki.assets.precompile" do |app|
|
||||||
|
app.config.assets.precompile += %w(icons/feed-icon-14x14.png)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue