update to multi-style enabled merged
This commit is contained in:
11
config/initializers/merged.rb
Normal file
11
config/initializers/merged.rb
Normal 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 = "."
|
Reference in New Issue
Block a user