update to multi-style enabled merged

This commit is contained in:
2023-01-27 19:30:11 +02:00
parent 35c4719e44
commit be0c9b931b
61 changed files with 98 additions and 72 deletions

View File

@ -0,0 +1,11 @@
require "merged"
# directory inside /app/assets/images where YOUR images are kept
# if you change this and add own styles, you will still need a merged directory
# for the previews (card_preview and section_preview)
Merged.images_dir = "merged"
# directory where data and styles are kept
# Notice that the data is ALWAYS inside a merged directory,
# so in the default case Rails.root/merged/*.yml
Merged.data_dir = "."