own style definitions, rename image dir

This commit is contained in:
Torsten
2023-01-27 19:09:49 +02:00
parent 3231bb1bf3
commit b2989c1940
65 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,9 @@
require "merged"
# directory inside /app/assets/images where the images are kept
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 = "."