Files
grecia/config/initializers
Javi Martín 4adf712c26 Prepend custom assets to CONSUL assets
Rails 5 changed the initialization order, and now our initializers were
running before the `append_assets_path` initializer for each engine,
which prepended application assets to the custom assets we prepended in
the initializer.

Moving the code to the `config.after_initialize` code didn't work
either, since the paths added there were ignored by the application.

Adding another initializer to the Rails Engine is a hack, but solves the
problem.
2019-04-17 17:40:57 +02:00
..
2015-11-03 16:11:09 +01:00
2015-07-15 13:32:13 +02:00
2019-03-25 13:22:35 +01:00
2019-04-16 17:28:06 +02:00
2015-07-15 13:32:13 +02:00
2017-04-03 12:30:57 +02:00
2015-07-15 13:32:13 +02:00
2019-04-16 17:28:06 +02:00