splitting styles files and classes

This commit is contained in:
2022-12-08 16:16:28 +02:00
parent c83558f8d5
commit 6b08246c2c
13 changed files with 303 additions and 113 deletions

View File

@ -9,8 +9,7 @@ module Merged
initializer "after_initialize" do |app|
ActiveSupport::Reloader.to_prepare do
Merged::Page.load_pages()
Image.load_images()
Merged.load_data
end
end