You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
265 B
8 lines
265 B
7 years ago
|
# Be sure to restart your server when you modify this file.
|
||
|
|
||
|
Rails.application.configure do
|
||
|
frontends = []
|
||
|
Rails.root.join('app', 'javascript', 'packs', 'frontends').each_child(false) { |f| frontends.push f.to_s }
|
||
|
config.x.available_frontends = frontends
|
||
|
end
|