multi source style loading

This commit is contained in:
2023-01-27 19:08:57 +02:00
parent 1270c59492
commit df67ed16b5
26 changed files with 37 additions and 33 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 = "."