no preloading so generator can run

This commit is contained in:
2023-01-27 19:21:19 +02:00
parent df67ed16b5
commit ec96ed0162
8 changed files with 19 additions and 17 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 = "."