Add default favicon and logo

This commit is contained in:
riggraz
2019-09-23 17:06:32 +02:00
parent 95ffd32420
commit e70d3bbda6
8 changed files with 19 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ require("channels")
require("./bootstrap_custom")
require("../stylesheets/main")
require("../images/favicon.png")
require("../images/logo.png")
// Uncomment to copy all static images under ../images to the output folder and reference
// them with the image_pack_tag helper in views (e.g <%= image_pack_tag 'rails.png' %>)