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
Julian Herrero
a8d8d2cdf9
Use double quotes in config/initializers
2019-03-15 10:29:03 +01:00
decabeza
62490c4640
Adds custom javascripts folder
2018-09-26 12:34:16 +02:00
decabeza
a94591fe78
Loads custom fonts before default ones
...
Also includes a .keep file inside fonts/custom folder to track the directory by git
2018-09-21 13:46:50 +02:00
kikito
7ad4a21229
Tries to make ckeditor work correctly with the asset pipeline
...
Reference: https://github.com/galetahub/ckeditor/issues/519
2016-08-30 12:05:46 +02:00
rgarcia
a23666683f
fixes conflicts with master
2016-07-19 15:50:22 +02:00
Alberto Garcia Cabeza
0972f5284a
Creates new scss file for IE styles
2016-06-23 13:56:57 +02:00
Andrés Pereira
a4dbd768ce
Custom folder structure: initial documentation, code and structure folders
2016-05-31 19:57:29 +02:00
Juanjo Bazán
328bd767ca
adds js file for IE eyes only
2015-12-14 12:56:50 +01:00
Alberto Garcia Cabeza
68b866171b
Adds styles for management pages
2015-10-13 23:49:12 +02:00
Juanjo Bazán
8c99c6a5f0
refactors stats and optimizes js
...
JS libraries for stats (d3, c3, etc.) only load now when needed (stats/show)
2015-09-23 19:37:24 +02:00
Alberto Garcia Cabeza
dba3385a6c
Adds rem and respond js
2015-09-09 20:32:38 +02:00
Juanjo Bazán
a0592ea16b
adds ckeditor files to asset pipeline
2015-08-28 12:30:33 +02:00
rgarcia
8db3630837
initial commit
2015-07-15 13:32:13 +02:00