hubfeenix.fi/config/initializers/merged.rb

10 lines
286 B
Ruby
Raw Normal View History

2023-01-27 18:30:11 +01:00
require "merged"
2023-01-29 15:41:41 +01:00
# directory inside /app/assets/images where the images are kept
2023-01-27 18:30:11 +01:00
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 = "."