Closed e1th0r closed 4 years ago
Hmm, have you had an existing Decidim installation and then installed term customizer on top of it?
If so, can you try running the following command:
RAILS_ENV=<your env> bin/rails assets:precompile
Replace <your env>
with the target environment.
If this doesn't work, I can look into this further.
This asset is included in the assets manifest file for the admin engine: https://github.com/mainio/decidim-module-term_customizer/blob/master/app/assets/config/translation_sets_admin_manifest.js
But I'm not sure if something has changed in 0.19 regarding loading the assets. I believe they were planning some changes regarding it but we at least have few 0.19 instances where this module works normally.
Hi.
It works!
So, maybe you need to add on the documentation something like:
If you get some error, try running the following command:
RAILS_ENV=<your env> bin/rails assets:precompile
Replace
Thank you very much
Hi.
I've installed decidim 0.19.1
And module decidim-term_customizer
I've followed carefully instructions provided on https://github.com/mainio/decidim-module-term_customizer
I've added on Gemfile
And I've executed:
But when we try to use this feature we get message:
Reading production log file looks like:
So, what do we need for get working this feature?
Thanks!